bundles / scipy latest / scipy / stats / _distribution_infrastructure / _Interval / contains
function
scipy.stats._distribution_infrastructure:_Interval.contains
Signature
def contains ( self , item , parameter_values = None ) Summary
Determine whether the argument is contained within the domain.
Parameters
item: ndarrayThe argument
parameter_values: dictA dictionary that maps between string variable names and numerical values of parameters, which may define the endpoints.
Returns
out: boolTrue if
itemis within the domain; False otherwise.
Aliases
-
scipy.stats._distribution_infrastructure._Interval.contains