g02ajf computes the nearest correlation matrix, using element-wise weighting in the Frobenius norm and optionally with bounds on the eigenvalues, to a given square, input matrix.
The routine may be called by the names g02ajf or nagf_correg_corrmat_h_weight.
3Description
g02ajf finds the nearest correlation matrix, , to an approximate correlation matrix, , using element-wise weighting, this minimizes , where denotes the matrix with elements .
You can optionally specify a lower bound on the eigenvalues, , of the computed correlation matrix, forcing the matrix to be strictly positive definite, if .
Zero elements in should be used when you wish to put no emphasis on the corresponding element of . The algorithm scales so that the maximum element is . It is this scaled matrix that is used in computing the norm above and for the stopping criteria described in Section 7.
Note that if the elements in vary by several orders of magnitude from one another the algorithm may fail to converge.
4References
Borsdorf R and Higham N J (2010) A preconditioned (Newton) algorithm for the nearest correlation matrix IMA Journal of Numerical Analysis30(1) 94–107
Jiang K, Sun D and Toh K-C (2012) An inexact accelerated proximal gradient method for large scale linearly constrained convex SDP SIAM J. Optim.22(3) 1042–1064
Qi H and Sun D (2006) A quadratically convergent Newton method for computing the nearest correlation matrix SIAM J. Matrix AnalAppl29(2) 360–385
5Arguments
1: – Real (Kind=nag_wp) arrayInput/Output
Note: the second dimension of the array g
must be at least
.
On entry: , the initial matrix.
On exit: is overwritten.
2: – IntegerInput
On entry: the first dimension of the array g as declared in the (sub)program from which g02ajf is called.
Constraint:
.
3: – IntegerInput
On entry: the order of the matrix .
Constraint:
.
4: – Real (Kind=nag_wp)Input
On entry: the value of .
If , is used.
Constraint:
.
5: – Real (Kind=nag_wp) arrayInput/Output
Note: the second dimension of the array h
must be at least
.
On entry: the matrix of weights .
On exit: a symmetric matrix with its diagonal elements set to zero and the remaining elements scaled so that the maximum element is .
Constraint:
, for all and , .
6: – IntegerInput
On entry: the first dimension of the array h as declared in the (sub)program from which g02ajf is called.
Constraint:
.
7: – Real (Kind=nag_wp)Input
On entry: the termination tolerance for the iteration. If , is used. See Section 7 for further details.
8: – IntegerInput
On entry: specifies the maximum number of iterations to be used.
If , is used.
9: – Real (Kind=nag_wp) arrayOutput
Note: the second dimension of the array x
must be at least
.
On exit: contains the nearest correlation matrix.
10: – IntegerInput
On entry: the first dimension of the array x as declared in the (sub)program from which g02ajf is called.
Constraint:
.
11: – IntegerOutput
On exit: the number of iterations taken.
12: – Real (Kind=nag_wp)Output
On exit: the value of after the final iteration.
13: – IntegerInput/Output
On entry: ifail must be set to , or to set behaviour on detection of an error; these values have no effect when no error is detected.
A value of causes the printing of an error message and program execution will be halted; otherwise program execution continues. A value of means that an error message is printed while a value of means that it is not.
If halting is not appropriate, the value or is recommended. If message printing is undesirable, then the value is recommended. Otherwise, the value is recommended. When the value or is used it is essential to test the value of ifail on exit.
On exit: unless the routine detects an error or a warning has been flagged (see Section 6).
6Error Indicators and Warnings
If on entry or , explanatory error messages are output on the current error message unit (as defined by x04aaf).
Errors or warnings detected by the routine:
On entry, .
Constraint: .
On entry, and .
Constraint: .
On entry, and .
Constraint: .
On entry, and .
Constraint: .
On entry, .
Constraint: .
On entry, one or more of the off-diagonal elements of were negative.
Routine failed to converge in iterations. Increase maxit or check the call to the routine.
Failure to solve intermediate eigenproblem. This should not occur. Please contact NAG with details of your call.
An unexpected error has been triggered by this routine. Please
contact NAG.
See Section 7 in the Introduction to the NAG Library FL Interface for further information.
Your licence key may have expired or may not have been installed correctly.
See Section 8 in the Introduction to the NAG Library FL Interface for further information.
Dynamic memory allocation failed.
See Section 9 in the Introduction to the NAG Library FL Interface for further information.
7Accuracy
The returned accuracy is controlled by errtol and limited by machine precision. If is the value of norm at the th iteration, that is
where has been scaled as described above, then the algorithm terminates when:
8Parallelism and Performance
Background information to multithreading can be found in the Multithreading documentation.
g02ajf is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
g02ajf makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
Please consult the X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the Users' Note for your implementation for any additional implementation-specific information.
9Further Comments
Arrays are internally allocated by g02ajf. The total size of these arrays is real elements and integer elements. All allocated memory is freed before return of g02ajf.
10Example
This example finds the nearest correlation matrix to: