IModelCoefficients.Intercept

Fore Syntax

Intercept: IIntercept;

Fore.NET Syntax

Intercept: Prognoz.Platform.Interop.Stat.IIntercept;

Description

The Intercept method determines parameters of model constant.

Comments

To determine parameters of coefficients, use the IModelCoefficients.Coefficients property.

Fore and Fore.NET Examples

The property use is given in the example for IModelCoefficients.Coefficients.

See also:

IModelCoefficients