IMsNonLinearRegressionTransform.CoefficientsData

Fore Syntax

CoefficientsData(Coord: IMsFormulaTransformCoord): Array;

Fore.NET Syntax

CoefficientsData[Coord: Prognoz.Platform.Interop.Ms.IMsFormulaTransformCoord]: System.Array;

Parameters

Coord. Output variable slice for which the calculation is performed.

Description

The CoefficientsData property determines an array of values of model equation coefficients.

Fore and Fore.NET Examples

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

See also:

IMsNonLinearRegressionTransform