Distributions

knitr::opts_chunk$set(echo = TRUE)

The implemented distributions are found in univariateML_models.

library("univariateML")
univariateML_models

This package follows a naming convention for the ml*** functions. To access the documentation of the distribution associated with an ml*** function, write package::d***. For instance, to find the documentation for the log-gamma distribution write

?actuar::dlgamma

Additional information about the models can found in univariateML_metadata.

univariateML_metadata[["mllgser"]]

From the metadata you can read that

Problematic Distributions

Some estimation procedures will fail under certain circumstances. Sometimes due to numerical problems, but also because the maximum likelihood estimator fails to exist. Here is a possibly non-exhaustive list of known problematic distributions.

Discrete distributions

Continuous distributions



Try the univariateML package in your browser

Any scripts or data that you put into this service are public.

univariateML documentation built on April 3, 2025, 11:09 p.m.