ISmNonLinearLeastSquare.InitApproximation

Fore Syntax

InitApproximation: Array;

Fore.NET Syntax

InitApproximation: System.Array;

Description

The InitApproximation property determines initial approximations.

Comments

The property value is considered if ISmNonLinearLeastSquare.UseDefaultInitValues = false.

Fore and Fore.NET Examples

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

See also:

ISmNonLinearLeastSquare