IMsNonLinearRegressionTransform.StatCoefficients

Syntax

StatCoefficients(Coord: IMsFormulaTransformCoord;
                 Name: String): 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.

Example

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

See also:

IMsNonLinearRegressionTransform