Description Usage Arguments Examples
View source: R/Fit Trunc Distr.r
this is the generic likelihood function, it calls functions of various distributions
1 2 3 4 |
y |
is the observed amount, subject to censoring and gross of attachment |
Att |
is the left truncation point, frquently used in severity modeling context |
rTrunc |
is the right truncation point, this is more applicable in reporting lag modeling for CM policies x needs to be converted to matrix form using model.matrix |
x |
is matrix of predictors/covariates |
1 | FitDistLoglik(parm = c(0.5, 0.5, 3, 12, 3, 1.7), y = y, FUN='mixlnorm2', Att = 1e4, Lmt = Inf, parnames = c('ws', 'meanlogs', 'sdlogs'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.