IMsNonLinearRegressionTransform.StatCoefficients

Fore Syntax

StatCoefficients(Coord: IMsFormulaTransformCoord;
                 Name: String): ISlConstCoefficients;

Fore.NET Syntax

StatCoefficients[Coord: Prognoz.Platform.Interop.Ms.IMsFormulaTransformCoord;
                 Name: string]: Prognoz.Platform.Interop.Stat.ISlConstCoefficients;

Parameters

Coord. The output variable slice for which calculation is performed.

Name. Coefficient name.

Description

The StatCoefficients property returns the values of summary statistics calculated for coefficients of the identified model equation by coefficient name.

Comments

To get names of coefficients, use the IMsNonLinearRegressionTransform.Coefficients property.

Fore and Fore.NET Examples

The property use is given in the example for IMsNonLinearRegressionTransform.OptimizationMethod.

See also:

IMsNonLinearRegressionTransform