Click or drag to resize

QuickLinearRegressionPearsonCorrelationCoefficient Property

Gets the Pearson correlation coefficient (r).

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double PearsonCorrelationCoefficient { get; }

Property Value

Double
The Pearson correlation coefficient (r).
See Also