kumar(lshape1="loge", lshape2="loge",
eshape1=list(), eshape2=list(),
ishape1=NULL, ishape2=NULL, nsimEIM=500, zero=NULL)
Links
for more choices.earg
in Links
for general information."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
and vgam
.dkumar
,
betaff
.shape1 = exp(1); shape2 = exp(2);
y = rkumar(n<- 1000, shape1, shape2)
fit = vglm(y ~ 1, kumar, trace =TRUE)
c(mean(y), fitted(fit)[1])
coef(fit, matrix=TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab