Show contents 

Express > Express Assembly Interfaces > ILanerResultsBoxCoefficients

ILanerResultsBoxCoefficients

Assembly: Express;

Description

The ILanerResultsBoxCoefficients interface is used to work with values of the Coefficients tab of the Calculation Results panel for the LanerResultsBox component.

Comments

The interface is applied to get coefficients. One cannot change coefficient values.

Coefficient values are calculated only for the series computed using modeling methods (smoothing, forecast, or regression).

Properties

  Property name Brief description
ColumnCount The ColumnCount property returns the number of columns containing coefficient values.
ColumnName The ColumnName property returns name of a column by its index.
ColumnType The ColumnType property returns type of a coefficient column by its index.
Equation The Equation property returns an identified equation coefficients of which are calculated.
FactorTerm The FactorTerm property returns the expression element, which corresponds to the factor of calculated method.
TermCount The TermCount property returns the number of computes coefficients.
Value The Value property returns value of a specified coefficient.

See also:

Express Assembly Interfaces