Click or drag to resize

DescriptiveStatisticsMatrixGetCholeskyWhited Method

Overload List
  NameDescription
Public methodStatic memberGetCholeskyWhited(Matrix)
Get whited copy of data matrix. I.e. centered and after applying linear transformation which intends to make covariance matrix unit. Columns corresponds to variables Rows corresponds to observations. This transformation use inversed Cholesky factor.
Public methodStatic memberGetCholeskyWhited(Matrix, Matrix)
Get whited copy of data matrix. I.e. centered and after applying linear transformation which intends to make covariance matrix unit. Columns corresponds to variables Rows corresponds to observations. This transformation use inversed Cholesky factor.
Public methodStatic memberGetCholeskyWhited(Matrix, Matrix, Matrix)
Get whited copy of data matrix. Use user specified covariance matrix instead of actual calculation. I.e. centered and after applying linear transformation which intends to make covariance matrix unit. Columns corresponds to variables Rows corresponds to observations. This transformation use inversed Cholesky factor.
Public methodStatic memberGetCholeskyWhited(Matrix, Matrix, Matrix, Matrix)
Get whited copy of data matrix. Use user specified covariance matrix instead of actual calculation. I.e. centered and after applying linear transformation which intends to make covariance matrix unit. Columns corresponds to variables Rows corresponds to observations. This transformation use inversed Cholesky factor.
Top
See Also