Computes the probability density function (PDF) of the reparameterized inverse Gaussian distribution.
Usage
drIG(n1, lambda1, gamma1)
Arguments
- n1
Numeric vector of values to evaluate the PDF at.
- lambda1
Shape parameter.
- gamma1
Scale parameter.
Value
A numeric vector of PDF values.