{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _distribution_infrastructure / _Interval / define_parameters

function

scipy.stats._distribution_infrastructure:_Interval.define_parameters

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

Signature

def   define_parameters ( self * parameters )

Summary

Records any parameters used to define the endpoints of the domain.

Extended Summary

Adds the keyword name of each parameter and its text representation to the symbols attribute as key:value pairs. For instance, a parameter may be passed into to a distribution's initializer using the keyword log_a, and the corresponding string representation may be 'log(a)'. To form the text representation of the domain for use in documentation, the _Domain object needs to map from the keyword name used in the code to the string representation.

Returns None, but updates the symbols attribute.

Parameters

*parameters : _Parameter objects

Parameters that may define the endpoints of the domain.

Aliases

  • scipy.stats._distribution_infrastructure._Interval.define_parameters