Returns a
Filter that selects all observations greater than or equal to
the corresponding observation in another variable.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public Filter GreaterThanOrEqualTo(
NumericalVariable variable
)
Public Function GreaterThanOrEqualTo (
variable As NumericalVariable
) As Filter
public:
Filter^ GreaterThanOrEqualTo(
NumericalVariable^ variable
)
member GreaterThanOrEqualTo :
variable : NumericalVariable -> Filter
Parameters
- variable
- Type: Extreme.StatisticsNumericalVariable
A NumericalVariable of the same length as the current variable.
Return Value
Type:
FilterA
Filter that selects all observations greater than or equal to
the corresponding observation of
variable.
Numerical Libraries
Supported in: 5.x, 4.x
Reference