Click or drag to resize

GlobalFittedParameter Constructor

Constructs a GlobalFittedParameter object from the given information.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public GlobalFittedParameter(
	int index,
	int dataSetIndex,
	double val,
	double standardErr,
	int degreesOfFreedom,
	GlobalFitParameterInfo paramInfo
)

Parameters

index  Int32
The index of the parameter in the parameter provided to the parameterized function being fitted.
dataSetIndex  Int32
The dataset index.
val  Double
Estimate for the parameter value.
standardErr  Double
The standard error.
degreesOfFreedom  Int32
The degrees of freedom.
paramInfo  GlobalFitParameterInfo
Pre-fit parameter information.
See Also