mccullagh89(ltheta="rhobit", lnu="logoff", itheta=NULL, inu=NULL,
etheta=list(), enu=if(lnu == "logoff") list(offset=0.5)
else list(), zero=NULL)
Links
for more choices.ltheta
and lnu
containing any extra information.
See Links
for general information about "vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
rrvglm
and vgam
.This distribution is related to the Leipnik distribution (see Johnson et al. (1995)), is related to ultraspherical functions, and under certain conditions, arises as exit distributions for Brownian motion. Fisher scoring is implemented here and it uses a diagonal matrix so the parameters are globally orthogonal in the Fisher information sense. McCullagh (1989) also states that, to some extent, $\theta$ and $\nu$ have the properties of a location parameter and a precision parameter, respectively.
Johnson, N. L. and Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, 2nd edition, Volume 2, New York: Wiley. (pages 612--617).
leipnik
,
rhobit
,
logoff
.n = 1000
y = rnorm(n, mean=0.0, sd=0.2) # Limit as theta is 0, nu is infinity
fit = vglm(y ~ 1, mccullagh89, trace=TRUE)
head(fitted(fit))
mean(y)
summary(fit)
coef(fit, matrix=TRUE)
Coef(fit)
Run the code above in your browser using DataLab