ISmQuantileRegression.ModelCoefficients

Fore Syntax

ModelCoefficients: IModelCoefficients;

Fore.NET Syntax

ModelCoefficients: Prognoz.Platform.Interop.Stat.IModelCoefficients;

Description

The ModelCoefficients property returns estimates of model coefficients and their characteristics.

Comments

Model coefficients are coefficients of the factors and constant value.

Fore and Fore.NET Examples

The property use is given in the example for ISmQuantileRegression.Explained.

See also:

ISmQuantileRegression