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 Overrides Function Clone As Variable
C#
public override Variable Clone ()
C++
public:
virtual Variable^ Clone () override

Return Value

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