Click or drag to resize

CorrelationPearsonMatrix(Double) Method

Computes the Pearson Product-Moment Correlation matrix.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Matrix<double> PearsonMatrix(
	params double[][] vectors
)

Parameters

vectors  Double
Array of sample data vectors.

Return Value

MatrixDouble
The Pearson product-moment correlation matrix.
See Also