Package edu.cmu.tetrad.stat.correlation
Class CovarianceMatrix
java.lang.Object
edu.cmu.tetrad.stat.correlation.CovarianceMatrix
- All Implemented Interfaces:
Covariance
Jan 25, 2016 2:13:26 PM
- Author:
- Kevin V. Bui (kvb2@pitt.edu)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat[][]
compute
(boolean biasCorrected) float[]
computeLowerTriangle
(boolean biasCorrected)
-
Constructor Details
-
CovarianceMatrix
public CovarianceMatrix(float[][] data)
-
-
Method Details
-
computeLowerTriangle
public float[] computeLowerTriangle(boolean biasCorrected) - Specified by:
computeLowerTriangle
in interfaceCovariance
-
compute
public float[][] compute(boolean biasCorrected) - Specified by:
compute
in interfaceCovariance
-