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

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

Syntax

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

Parameters

filter (Extreme.Statistics.Filter)
The Filter that determines which observations are incuded in the view.

Return Value

A Variable with the same name and of the same type as this instance.

Remarks

The observations are filtered from the original observations of the variable. Any active filter is ignored.

Exceptions

ExceptionCondition
ArgumentNullExceptionfilter is nullNothingnullptr.