Package edu.cmu.tetrad.stat.correlation
Class RealCovarianceMatrixForkJoin
java.lang.Object
edu.cmu.tetrad.stat.correlation.RealCovarianceMatrixForkJoin
- All Implemented Interfaces:
- RealCovariance
Jan 27, 2016 5:37:40 PM
- Author:
- Kevin V. Bui (kvb2@pitt.edu)
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondouble[][]compute(boolean biasCorrected) double[]computeLowerTriangle(boolean biasCorrected) 
- 
Constructor Details- 
RealCovarianceMatrixForkJoinpublic RealCovarianceMatrixForkJoin(double[][] data, int numOfThreads) 
 
- 
- 
Method Details- 
computeLowerTrianglepublic double[] computeLowerTriangle(boolean biasCorrected) - Specified by:
- computeLowerTrianglein interface- RealCovariance
 
- 
computepublic double[][] compute(boolean biasCorrected) - Specified by:
- computein interface- RealCovariance
 
 
-