Stat Assembly > Stat Assembly Interfaces > ISlOutliers
Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The ISlOutliers interface is used to work with the collection of data outliers.
ISlOutliers
To determine, whether outliers are accounted for, use the ISmx12arima.OutliersDetection property.
Property name | Brief description | |
![]() |
The Count property returns the number of elements in a collection. | |
![]() |
The Item property returns the collection element by the specified index. |
Method name | Brief description | |
![]() |
The Add method adds a new element to the collection. | |
![]() |
The Clear method clears all elements from the collection. | |
![]() |
The Remove method deletes the collection element by the specified index. |
See also: