Returns a Variable containing a copy of the observations that match the specified filter.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function CreateSubset ( _ filter As Filter _ ) As Variable |
| C# |
|---|
public Variable CreateSubset ( Filter filter ) |
| C++ |
|---|
public: Variable^ CreateSubset ( Filter^ filter ) |
Parameters
- filter (Extreme.Statistics.Filter)
- The Filter that determines which observations are incuded in the subset.
Return Value
A Variable with the same name and of the same type as this instance.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | filter is nullNothingnullptr. |