{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _distribution_infrastructure / _Interval / get_numerical_endpoints

function

scipy.stats._distribution_infrastructure:_Interval.get_numerical_endpoints

source: /scipy/stats/_distribution_infrastructure.py :310

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 : dict

A dictionary that maps between string variable names and numerical values of parameters, which may define the endpoints.

Returns

a, b : ndarray

Numerical values of the endpoints

Aliases

  • scipy.stats._distribution_infrastructure._Interval.get_numerical_endpoints