Adds an intercept parameter to 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 AddInterceptParameter()
Visual Basic (Declaration)
Public Sub AddInterceptParameter
Visual C++
public:
void AddInterceptParameter()

Remarks

If the model already has an intercept parameter, this function has no effect.

See Also