dinvgauss: Inverse Gaussian pdf

Description Usage Arguments Value Note Author(s) References Examples

View source: R/richards.R

Description

Computes the pdf of the inverse Gaussian distribution

Usage

1
dinvgauss(x, alpha = 1, sigma = 1)

Arguments

x

scale or vector of positive values at which the pdf needs to be computed

alpha

the value of alpha parameter, must be positive

sigma

the value of sigma parameter, must be positive

Value

An object of the same length as x, giving the pdf values computed at x

Note

If incorrect values are input for x or the model parameters then NaNs will be returned as the output. This function uses the R contributed package SuppDists.

Author(s)

Saralees Nadarajah

References

S. Nadarajah, S. A. A. Bakar, Tabulations of survival models for actuarial use, submitted

Examples

1
2
x=runif(10,min=0,max=1)
y=dinvgauss(x)

ActuDistns documentation built on May 30, 2017, 1:28 a.m.