Click or drag to resize

GlobalCurveFitAnovaDegreesOfFreedom Property

Gets the degrees of freedom
Remarks
The is the total number of points used in the fit minus the number of parameters. Note that if a parameter is not shared it is counted N times, where N is the number of datasets.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int DegreesOfFreedom { get; }

Property Value

Int32
See Also