Returns a Variable containing a copy of the observations that match the current filter.

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

Syntax

Visual Basic (Declaration)
Public MustOverride Function Clone As Variable
C#
public abstract Variable Clone ()
C++
public:
virtual Variable^ Clone () abstract

Return Value

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

Remarks

Use this method to construct a new variable with the same observations as the current variable, but with the observations that don't match the current filter removed.