gamlss.countKinf-package: Generating and Fitting K-Inflated 'discrete gamlss.family' Distributions
Description
The main purpose of this package is to allow the user of the GAMLSS models to fit K-inflated discrete distributions.
Arguments
Details
Package:
gamlss.countKinf
Type:
Package
Version:
3.5.1
Date:
2018-11-2
The user can generates K-inflated distrinutions from discrete gamlss.family for fitting gamlss model.
References
Rigby, R. A. and Stasinopoulos D. M. (2005). Generalized additive models for location, scale and shape,(with discussion),
Appl. Statist., 54, part 3, pp 507-554.
Stasinopoulos D. M., Rigby R.A. and Akantziliotou C. (2003) Instructions on how to use the GAMLSS package in R.
Accompanying documentation in the current GAMLSS help files, (see also http://www.gamlss.org/).
# NOT RUN {# generating one inflated distribution from SICHEL modelgen.Kinf(family=SICHEL, kinf=1)
# generating two inflated distribution from Delaporte modelgen.Kinf(family=DEL, kinf=1)
# }