
fisk(lshape1.a = "loge", lscale = "loge",
ishape1.a = NULL, iscale = NULL, zero = NULL)
a
and scale
.
See Links
for more choices.a
and scale
.a
, scale
, respectively."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
and vgam
.
The Fisk distribution has density
scale
,
and a
is a shape parameter.
The cumulative distribution function is
Fisk
,
genbetaII
,
betaII
,
dagum
,
sinmad
,
invlomax
,
lomax
,
paralogistic
,
invparalogistic
.fdata <- data.frame(y = rfisk(n = 200, exp(1), exp(2)))
fit <- vglm(y ~ 1, fisk, fdata, trace = TRUE)
fit <- vglm(y ~ 1, fisk(ishape1.a = exp(1)), fdata, trace = TRUE)
coef(fit, matrix = TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab