GreaterEqualP
GreaterEqualP[value]⟹pattern
returns a pattern that matches any quantity greater than or equal to value.
GreaterEqualP[value,increment]⟹pattern
returns a pattern that matches any quantity equal to value or greater than value by a multiple of increment.
Examples
Basic Examples (4)
Additional Examples (13)
Comparing distributions compares their means:
Distributions can be compared to reals and quantities as well:
Additionaly specify an increment:
Specify an increment in numeric case:
Pattern does not match if given quantity is less than test quantity:
Can handle different Units, provided they are compatibile:
Pattern does not match if Units are incompatible:
Numeric values and quantities are incompatible:
Numeric values and quantities are incompatible:
Function does not evaluate on other inputs:

