fit_distributions
fit_distributions(data)Fit and rank the 14 candidate distributions by maximum likelihood.
Ranking is left to the caller.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| data | array_like | Observations to fit. | required |
Returns
| Name | Type | Description |
|---|---|---|
| dict | Equal-length lists with one entry per candidate: distribution (candidate name), aic, bic, rmse, and converged (bool). |