Click or drag to resize

GoodnessOfFitParameters Property

Gets an array of parameter objects which may be used to perform hypothesis tests on individual parameters in the model.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public GoodnessOfFitParameter[] Parameters { get; }

Property Value

GoodnessOfFitParameter
Remarks
Parameter objects contain the value, standard error, t-statistic, and corresponding (two-sided) p-value for each model parameters.
See Also