Inverse Gaussian {scModels} | R Documentation |
Inverse Gaussian Distribution
Description
random generation function for the inverse Gaussian distribution: Mu and lambda are the parameters of this distribution.
Usage
rInvGaus(n, mu, lambda)
Arguments
n |
Number of observations |
mu , lambda |
Non-negative parameters of the inverse Gaussian distribution (mean and shape) |
Examples
RV <- rInvGaus(n = 100, mu = 10, lambda = 2)
[Package scModels version 1.0.4 Index]