ISmNonLinearLeastSquare.ModelCoefficients

Syntax

ModelCoefficients(Name: String): 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.

Example

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

See also:

ISmNonLinearLeastSquare