ISmLinearRegress.LSType

Syntax

LSType: LRLSType;

Description

The LSType property determines the type of least squares method.

Comments

Least squares method is a mathematical method used to solve various tasks and based on minimization of the sum of squares of criterion function residuals.

Example

The property use is given in the example for ISmLinearRegress.GLSMatrix.

See also:

ISmLinearRegress | Least-squares method