make_dist_list {disttree} | R Documentation |
The function make_dist_list
generates a list with all the necessary elements to fit a parametric model in distfit
make_dist_list(family, bd = NULL)
family |
a |
bd |
binomial denominator |
The function make_dist_list
is applied in distfit in case the family object is a gamlss.family
object.
The required information and functions are extracted, built and structured such that the returned list can be used to fit a parametric model in distfit
.
make_dist_list
returns a list with
the following components:
family.name |
family.name |
ddist |
ddist, |
sdist |
sdist, |
hdist |
hdist, |
pdist |
pdist, |
qdist |
qdist, |
rdist |
rdist, |
link |
link, |
linkfun |
linkfun, |
linkinv |
linkinv, |
linkinvdr |
linkinvdr, |
startfun |
startfun, |
mle |
mle, |
gamlssobj |
gamlssobj, |
censored |
censored |
Stasinopoulos DM, Rigby RA (2007). Generalized Additive Models for Location Scale and Shape (GAMLSS) in R, Journal of Statistical Software, 23(7), 1-46. doi: 10.18637/jss.v023.i07
Venables WN, Ripley BD (2002). Modern Applied Statistics with S. 4th Edition. Springer-Verlag, New York.
library(gamlss.dist) familylist <- make_dist_list(family = NO())