ISmNonLinearLeastSquare.OptimalSumOfSquare

Fore Syntax

OptimalSumOfSquare: Double;

Fore.NET Syntax

OptimalSumOfSquare: double;

Description

The OptimalSumOfSquare property returns the optimal value for the sum of squared residuals.

Comments

Property value is available after method calculation.

Fore and Fore.NET Examples

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

See also:

ISmNonLinearLeastSquare