Description Usage Arguments Author(s) See Also Examples
These functions provide information about the inverse Gaussian
distribution with mean equal to m
and dispersion equal to
s
: log hazard.
(See 'rmutil' for the d/p/q/r boxcox functions density,
cumulative distribution, quantiles, and random generation).
The inverse Gaussian distribution has density
f(y) = 1/sqrt(2 pi s y^3) e^-((y - m)^2/(2 y s m^2))
where m is the mean of the distribution and s is the dispersion.
1 | hinvgauss(y, m, s)
|
y |
vector of responses. |
m |
vector of means. |
s |
vector of dispersion parameters. |
J.K. Lindsey
dnorm
for the normal distribution and
dlnorm
for the Lognormal distribution.
1 | hinvgauss(5, 5, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.