Click or drag to resize

GoodnessOfFitR Method

Calculates r, the sample correlation coefficient between the observed outcomes and the observed predictor values.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double R(
	IEnumerable<double> modelledValues,
	IEnumerable<double> observedValues
)

Parameters

modelledValues  IEnumerableDouble
The modelled/predicted values
observedValues  IEnumerableDouble
The observed/actual values

Return Value

Double
Person product-momentum correlation coefficient.
See Also