distribution_names

distribution_names(kind='flat')

List the supported distribution families.

Parameters

Name Type Description Default
kind ('flat', 'structured', 'all') "flat" for families :class:Distribution constructs directly from a parameter vector; "structured" for the five composite families constructed by :func:dist_truncated, :func:dist_mixture, :func:dist_competing_risks, :func:dist_empirical, and :func:dist_kde; or "all" for the union of both. "flat"

Returns

Name Type Description
list of str The family names, matching the C# class names of the USACE-RMC Numerics library (for example "Normal", "LogNormal", "Gumbel", "GeneralizedExtremeValue").