{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _distribution_infrastructure / _RealInterval

ABCMeta

scipy.stats._distribution_infrastructure:_RealInterval

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

Signature

def   _RealInterval ( endpoints = (-inf, inf) inclusive = (False, False) )

Members

Summary

Represents a simply-connected subset of the real line; i.e., an interval

Extended Summary

Completes the implementation of the _Interval class for intervals on the real line.

Methods

define_parameters(*parameters)

(Inherited) Records any parameters used to define the endpoints of the domain.

get_numerical_endpoints(parameter_values)

(Inherited) Gets the numerical values of the domain endpoints, which may have been defined symbolically.

contains(item, parameter_values)

(Inherited) Determines whether the argument is contained within the domain

__str__()

Returns a string representation of the domain, e.g. "[a, b)".

Aliases

  • scipy.stats._distribution_infrastructure._RealInterval