genbetaII(link.a = "loge", link.scale = "loge",
link.p = "loge", link.q = "loge",
earg.a=list(), earg.scale=list(), earg.p=list(), earg.q=list(),
init.a = NULL, init.scale = NULL, init.p = 1, init.q = 1,
zero = NULL)
a
,
scale parameter scale
,
shape parameter p
, and
shape parameter q
.
All four parameters are positive.
See
earg
in Links
for general information.a
and scale
.
A NULL
means a value is computed internally.p
and q
.a
, scale
, p
, q
, respectivel"vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
and vgam
.The 4-parameter generalized beta II distribution has density
scale
,
while the others are shape parameters.
The mean is
Brazauskas, V. (2002) Fisher information matrix for the Feller-Pareto distribution. Statistics & Probability Letters, 59, 159--167.
lino
,
betaff
,
betaII
,
dagum
,
sinmad
,
fisk
,
lomax
,
invlomax
,
paralogistic
,
invparalogistic
.y = rsinmad(n=3000, 4, 6, 2) # Not very good data!
fit = vglm(y ~ 1, genbetaII, trace=TRUE)
fit = vglm(y ~ 1, genbetaII(init.p=1.0, init.a=4, init.sc=7, init.q=2.3),
trace=TRUE, crit="c")
coef(fit, mat=TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab