Returns a
Filter that excludes the specified observation.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Filter Exclude(
int index
)
Public Function Exclude (
index As Integer
) As Filter
public:
Filter^ Exclude(
int index
)
member Exclude :
index : int -> Filter
Parameters
- index
- Type: SystemInt32
The zero based index of the observation in the original, unfiltered data.
Return Value
Type:
FilterA
Filter that selects all observations except the one with the specified index.
Numerical Libraries
Supported in: 5.x, 4.x
Reference