make_dist_list {disttree}R Documentation

Family list generating function applied in distfit

Description

The function make_dist_list generates a list with all the necessary elements to fit a parametric model in distfit

Usage

  make_dist_list(family, bd = NULL) 

Arguments

family

a gamlss.family object

bd

binomial denominator

Details

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.

Value

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

References

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.

See Also

gamlss.family

Examples

library(gamlss.dist)
familylist <- make_dist_list(family = NO())

[Package disttree version 0.1-0 Index]