Click or drag to resize

GoodnessOfFitPopulationStandardError Method

Calculates the Standard Error of the regression, given a sequence of modeled/predicted values, and a sequence of actual/observed values

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

Parameters

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

Return Value

Double
The Standard Error of the regression
See Also