Click or drag to resize

DescriptiveStatisticsMatrixCholeskyWhite Method

Overload List
  NameDescription
Public methodStatic memberCholeskyWhite(Matrix)
White series in specified data matrix. I.e. center apply 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 memberCholeskyWhite(Matrix, Matrix)
White series in specified data matrix. Use user specified covariance matrix instead of actual calculation. I.e. center apply 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 memberCholeskyWhite(Matrix, Matrix, Matrix)
White series in specified data matrix. Use user specified covariance matrix instead of actual calculation. I.e. center apply 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