hinvgauss: Log Hazard Function for a Inverse Gauss Process

Description Usage Arguments Author(s) See Also Examples

Description

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.

Usage

1
hinvgauss(y, m, s)

Arguments

y

vector of responses.

m

vector of means.

s

vector of dispersion parameters.

Author(s)

J.K. Lindsey

See Also

dnorm for the normal distribution and dlnorm for the Lognormal distribution.

Examples

1
hinvgauss(5, 5, 1)

event documentation built on May 2, 2019, 4:07 a.m.