Click or drag to resize

GlobalCurveFitAnovaModelDegreesOfFreedom Property

Gets the number of degrees of freedom for the model.

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

Property Value

Int32
Remarks
This equal to the number of parameters for the global fit. Note that if a parameter is not shared it is counted N times, where N is the number of datasets.
See Also