Removes the intercept parameter from the model, and recalculates the model parameters.

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

Syntax

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

Remarks

If the model does not have an intercept parameter, this method has no effect.

See Also