public class CholeskyWang2006 extends LowerTriangularMatrix
| Constructor and Description |
|---|
CholeskyWang2006(Matrix Sigma,
double epsilon)
Construct the Cholesky decomposition of a matrix.
|
public CholeskyWang2006(Matrix Sigma, double epsilon)
Sigma - a matrix, e.g., a covariance matrixepsilon - a precision parameter: when a number |x| ≤ ε, it is considered 0