| CorrelationPearsonMatrix Method (Double) |
Computes the Pearson Product-Moment Correlation matrix.
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public static Matrix<double> PearsonMatrix(
params double[][] vectors
)
Parameters
- vectors
- Type: SystemDouble
Array of sample data vectors.
Return Value
Type:
MatrixDoubleThe Pearson product-moment correlation matrix.
See Also