Recalculates the model parameters.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public void RecalculateParameters()
Visual Basic (Declaration)
Public Sub RecalculateParameters
Visual C++
public:
void RecalculateParameters()

Remarks

The IsGood property should be checked after calling this method to determine if the calculation was successful.

See Also