Stat Assembly > Stat Assembly Interfaces > ISlSerie
Assembly: Stat;
The ISlSerie interface defines the data series parameters.
ISlSerie
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.
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: