Stat Assembly > Stat Assembly Interfaces > ISlSerie
Assembly: Stat;
Namespace: Prognoz.Platform.Interop.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 | |
![]() |
The BinningSettings property returns parameters of the Binning procedure. | |
![]() |
The Categories property returns calculation results of the Binning procedure. | |
![]() |
The Id property determines data series identifier. | |
![]() |
The Include property indicates whether to include data series into calculations. | |
![]() |
The InitValue property determines initial approximation for exogenous variable coefficient. | |
![]() |
The Name property determines data series name. | |
![]() |
The OriginalValue property returns original values of a data series. | |
![]() |
The Value property determines data series values. |
See also: