Returns a Variable containing the observations that match the specified filter.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public MustOverride Function CreateView ( _
	filter As Filter _
) As Variable
C#
public abstract Variable CreateView (
	Filter filter
)
C++
public:
virtual Variable^ CreateView (
	Filter^ filter
) abstract

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.

Remarks

The observations are the original observations of the variable.

Exceptions

ExceptionCondition
ArgumentNullExceptionfilter is nullNothingnullptr.