public class CholeskyWang2006 extends Object implements Cholesky
| Constructor and Description |
|---|
CholeskyWang2006(Matrix Sigma,
double epsilon)
Constructs 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 0public LowerTriangularMatrix L()
CholeskyCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.