ISlSerie

Assembly: Stat;

Description

The ISlSerie interface defines the data series parameters.

Inheritance Hierarchy

          ISlSerie

Comments

In all models except for ISmPooledModel and ISmBinaryModel, a data series must be set as a one-dimensional array (vector).

Input array indexing must start from zero.

Properties

  Property name Brief description
BinningSettings

The BinningSettings property returns parameters of the Binning procedure.
Categories

The Categories property returns calculation results of the Binning procedure.
Id

The Id property determines data series identifier.
Include

The Include property indicates whether to include data series into calculations.
InitValue

The InitValue property determines initial approximation for exogenous variable coefficient.
Name

The Name property determines data series name.
OriginalValue

The OriginalValue property returns original values of a data series.
Value

The Value property determines data series values.

See also:

Stat Assembly Interfaces