Inverse-Gaussian: Inverse Gaussian Distribution

Inverse GaussianR 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)

scModels documentation built on Feb. 16, 2023, 6:12 p.m.