ISlOutliers

Assembly: Stat;

Description

The ISlOutliers interface is used to work with the collection of data outliers.

Inheritance Hierarchy

          ISlOutliers

Comments

To determine, whether outliers are accounted for, use the ISmx12arima.OutliersDetection property.

Properties

  Property name Brief description
Count

The Count property returns the number of elements in a collection.
Item

The Item property returns the collection element by the specified index.

Methods

  Method name Brief description
Add

The Add method adds a new element to the collection.
Clear

The Clear method clears all elements from the collection.
Remove

The Remove method deletes the collection element by the specified index.

See also:

Stat Assembly Interfaces