ISmNonLinearLeastSquare.ModelCoefficients

Fore Syntax

ModelCoefficients(Name: String): ISlConstCoefficients;

Fore.NET Syntax

ModelCoefficients[Name: string]: Prognoz.Platform.Interop.Stat.ISlConstCoefficients;

Parameters

Name. Coefficient name.

Description

The ModelCoefficients property returns parameters of model coefficients.

Comments

To get coefficients names of the model use the ISmNonLinearLeastSquare.CoefficientsOrder property.

Fore and Fore.NET Examples

The property use is given in the example for ISmNonLinearLeastSquare.CoefficientsOrder.

See also:

ISmNonLinearLeastSquare