Click or drag to resize

CorrelationPearson Method

Computes the Pearson Product-Moment Correlation coefficient.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Pearson(
	IEnumerable<double> dataA,
	IEnumerable<double> dataB
)

Parameters

dataA  IEnumerableDouble
Sample data A.
dataB  IEnumerableDouble
Sample data B.

Return Value

Double
The Pearson product-moment correlation coefficient.
See Also