Gradients of common density functions in their standard forms, i.e.,
with zero location (mean) and unit scale. These are implemented in C
for speed and care is taken that the correct results are provided for
the argument being NA
, NaN
, Inf
, -Inf
or
just extremely small or large.
gnorm(x)glogis(x)
gcauchy(x)
a numeric vector of gradients.
numeric vector of quantiles.
Rune Haubo B Christensen
The gradients are given by:
gnorm: If
glogis: If
pcauchy: If
These gradients are used in the Newton-Raphson algorithms in fitting
cumulative link models with clm
and cumulative link
mixed models with clmm
.
Gradients of densities are also implemented for the extreme value
distribtion (gumbel
) and the the log-gamma distribution
(log-gamma
).
x <- -5:5
gnorm(x)
glogis(x)
gcauchy(x)
Run the code above in your browser using DataLab