Usage
frechet2(location=0, lscale="loge", lshape="loglog", escale = list(),
eshape = list(), iscale=NULL, ishape=3, zero=NULL)
frechet3(anchor=NULL, ldifference="loge", lscale="loge", lshape="loglog",
edifference=list(), escale = list(), eshape = list(),
ilocation=NULL, iscale=NULL, ishape=3, zero=NULL,
effpos = .Machine$double.eps^0.75)
Arguments
location
Numeric. Location parameter.
It is called $a$ below.
lscale, lshape
Link functions for the parameters.
See Links
for more choices. iscale, ishape
Initial value for the scale and shape parameters respectively.
Both parameters must be positive.
A NULL
means it is chosen internally.
edifference, escale, eshape
Extra argument for the respective links.
See earg
in Links
for general information. zero
An integer-valued vector specifying which
linear/additive predictors are modelled as intercepts only. The value
must be from the set {1,2}, corresponding respectively to $scale$
and $shape$. By default all linear/additive predictors are modelled
anchor
An ``anchor'' point for estimating the location parameter. This must
be a value no greater than min(y)
where y
is the response.
The location parameter is $A - D$ where
$A$ is the anchor,
$D$ is the ``difference'' (default
ldifference
Parameter link function for the difference $D$ between the anchor
point and the location parameter estimate.
The default keeps this difference positive so that numerical
problems are less likely to occur.
ilocation
Optional initial value for the location parameter.
A good choice can speed up the convergence rate markedly.
A NULL
means it is chosen internally.
effpos
A small number, usually positive, to pass into the quasi-Newton
updating function. A value greater than effpos
is considered
effectively positive.