bundles / scipy latest / scipy / stats / _distribution_infrastructure / _Interval / get_numerical_endpoints
function
scipy.stats._distribution_infrastructure:_Interval.get_numerical_endpoints
Signature
def get_numerical_endpoints ( self , parameter_values ) Summary
Get the numerical values of the domain endpoints.
Extended Summary
Domain endpoints may be defined symbolically or through a callable. This returns numerical values of the endpoints given numerical values for any variables.
Parameters
parameter_values: dictA dictionary that maps between string variable names and numerical values of parameters, which may define the endpoints.
Returns
a, b: ndarrayNumerical values of the endpoints
Aliases
-
scipy.stats._distribution_infrastructure._Interval.get_numerical_endpoints