public class SampleCovariance extends DenseMatrix
cov.| Constructor and Description |
|---|
SampleCovariance(Matrix A)
Construct the covariance matrix of a matrix.
|
SampleCovariance(Matrix A,
boolean unbiased)
Construct the covariance matrix of a matrix.
|
public SampleCovariance(Matrix A)
A - a matrixpublic SampleCovariance(Matrix A, boolean unbiased)
A - a matrixunbiased - true if the estimate is unbiasedCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.