bundles / scipy latest / scipy / stats / _distn_infrastructure / get_distribution_names
function
scipy.stats._distn_infrastructure:get_distribution_names
Signature
def get_distribution_names ( namespace_pairs , rv_base_class ) Summary
Collect names of statistical distributions and their generators.
Parameters
namespace_pairs: sequenceA snapshot of (name, value) pairs in the namespace of a module.
rv_base_class: classThe base class of random variable generator classes in a module.
Returns
distn_names: list of stringsNames of the statistical distributions.
distn_gen_names: list of stringsNames 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