Click or drag to resize

RegressionBaseRemoveInterceptParameter Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void RemoveInterceptParameter()
Remarks
If the model does not have an intercept parameter, this method has no effect.
See Also