Click or drag to resize

GoodnessOfFitParameter(Int32, Double, Int32, Double) Constructor

Construct a GoodnessOfFitParameter instance for the specified parameter in the model.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public GoodnessOfFitParameter(
	int index,
	double value,
	int degreesOfFreedom,
	double standardError
)

Parameters

index  Int32
The index of the parameter (zero-based).
value  Double
The value of the parameters.
degreesOfFreedom  Int32
The degrees of freedom.
standardError  Double
The standard error of the parameter.
See Also