invGauss.density: inverse-Gaussian Density

Description Usage Arguments Details Value Author(s) Examples

View source: R/invGauss.density.R

Description

The function returns the vector of values of density function for of inverse-Gaussian distribution with one parameter δ.

Usage

1
invGauss.density(theta, delta)

Arguments

theta

the vector of values

delta

the parameter of inverse-Gaussian distribution

Details

The pdf of inverse-Gaussian is of the form f_θ(θ)=\frac{δ}{2π}\exp(δ^2)θ^{-\frac{3}{2}} \exp(-\frac{δ^2}{2}(\frac{1}{θ}+θ))

Value

invGauss.density(theta, delta)

the density – the vector of values

Author(s)

Michal Trzesiok

Examples

1
invGauss.density(c(2,3,5,4,6,7,6), 5)

MixedPoisson documentation built on May 2, 2019, 12:40 p.m.