Construct a GoodnessOfFitParameter instance for the specified parameter in the model.
Namespace:
CenterSpace.NMath.Stats
Assembly:
NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public GoodnessOfFitParameter(
int index,
double value,
int degreesOfFreedom,
double standardError
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
index As Integer, _
value As Double, _
degreesOfFreedom As Integer, _
standardError As Double _
) |
| Visual C++ |
|---|
public:
GoodnessOfFitParameter(
int index,
double value,
int degreesOfFreedom,
double standardError
) |
See Also