Learn R Programming

teachingApps (version 1.0.8)

digau: The Inverse Gaussian Distribution

Description

The Inverse Gaussian Distribution

Usage

digau(x, shape, scale = 1)

pigau(q, shape, scale = 1)

qigau(p, shape = stop("no shape arg"), scale = 1)

Arguments

x

A numeric vector of observations

shape

The shape parameter

scale

The scale parameter

q

A numeric vector of quantiles

p

A numeric vector of probabilities