Distribution Registry
nemora registers every probability density function (PDF) in the generalized beta family that
was validated in the legacy workflows, together with the canonical Weibull and Gamma forms. All
distributions are exposed through the registry functions in nemora.distributions and can be
used interchangeably by the fitting workflows and CLI.
Parameter Conventions
sdenotes the scaling parameter introduced by the two-stage workflow. It is optional and only present when the underlying manuscript used a complete-form PDF with a free scale factor.a,b,p,qfollow the notation from Ducey & Gove (2015) for the generalized beta families.betarepresents the scale parameter of the generalized gamma specialisations.mu/sigma2correspond to the log-scale mean and variance for the lognormal construction.u,v,d,dfretain their classical meanings for theF,UG, and half-tdistributions.
All parameters are strictly positive unless otherwise noted; the registry populates conservative
starting values that can be overridden via FitConfig.
Registered Distributions
Name |
Parameters |
Description |
|---|---|---|
|
|
Complete-form Weibull distribution. |
|
|
Gamma distribution with free scaling factor. |
|
|
Generalized beta distribution of the first kind (GB1). |
|
|
Generalized beta distribution of the second kind (GB2). |
|
|
Generalized gamma parent distribution. |
|
|
Inverted beta type I (GB1 with |
|
|
Upper generalized distribution limit of GB1. |
|
|
Classical beta distribution on |
|
|
Beta distribution of the second kind. |
|
|
Singh–Maddala distribution. |
|
|
Dagum (inverse Burr) distribution. |
|
|
Pareto distribution. |
|
|
Pearson type V distribution. |
|
|
Lognormal distribution derived from the generalized gamma limit. |
|
|
Gamma distribution (alias to |
|
|
Weibull distribution (alias to |
|
|
Fisher–Snedecor |
|
|
Log-logistic (Type I) distribution. |
|
|
Inverse log-logistic (Type II) distribution. |
|
|
Fisk (log-logistic) distribution with explicit shape parameter. |
|
|
Uniform distribution on |
|
|
Half-normal distribution. |
|
|
Chi-square distribution. |
|
|
Exponential distribution. |
|
|
Rayleigh distribution. |
|
|
Half-Student |
|
|
Log-logistic distribution with equal shape parameters. |
.. todo:: Update this section once the nemora.ingest / sampling / synthesis modules land to reflect the broader workflow.