bundles / scipy 1.17.1 / scipy / stats / _distribution_infrastructure / UnivariateDistribution / __repr__
function
scipy.stats._distribution_infrastructure:UnivariateDistribution.__repr__
Signature
def __repr__ ( self ) Summary
Returns a string representation of the distribution.
Extended Summary
Includes the name of the distribution family, the names of the parameters and the repr of each of their values.
Aliases
-
scipy.stats._distribution_infrastructure.UnivariateDistribution.__repr__