invGauss.density {MixedPoisson} | R Documentation |
inverse-Gaussian Density
Description
The function returns the vector of values of density function for of inverse-Gaussian distribution with one parameter .
Usage
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
Value
invGauss.density(theta , delta) |
the density – the vector of values |
Author(s)
Michal Trzesiok
Examples
invGauss.density(c(2,3,5,4,6,7,6), 5)
[Package MixedPoisson version 2.0 Index]