StatCoefficients(Coord: IMsFormulaTransformCoord;
Name: String): ISlConstCoefficients;
StatCoefficients[Coord: Prognoz.Platform.Interop.Ms.IMsFormulaTransformCoord;
Name: string]: Prognoz.Platform.Interop.Stat.ISlConstCoefficients;
Coord. The output variable slice for which calculation is performed.
Name. Coefficient name.
The StatCoefficients property returns the values of summary statistics calculated for coefficients of the identified model equation by coefficient name.
To get names of coefficients, use the IMsNonLinearRegressionTransform.Coefficients property.
The property use is given in the example for IMsNonLinearRegressionTransform.OptimizationMethod.
See also: