{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _distn_infrastructure / get_distribution_names

function

scipy.stats._distn_infrastructure:get_distribution_names

source: /scipy/stats/_distn_infrastructure.py :4199

Signature

def   get_distribution_names ( namespace_pairs rv_base_class )

Summary

Collect names of statistical distributions and their generators.

Parameters

namespace_pairs : sequence

A snapshot of (name, value) pairs in the namespace of a module.

rv_base_class : class

The base class of random variable generator classes in a module.

Returns

distn_names : list of strings

Names of the statistical distributions.

distn_gen_names : list of strings

Names of the generators of the statistical distributions. Note that these are not simply the names of the statistical distributions, with a _gen suffix added.

Aliases

  • scipy.stats._continuous_distns.get_distribution_names