density_inverse_gaussian | R Documentation |
Density, (cumulative) distribution function and random generation for inverse-gaussian distribution.
density_inverse_gaussian(shape, scale, x)
cdf_inverse_gaussian(shape, scale, x)
random_inverse_gaussian(shape, scale, n)
shape , scale |
shape and scale parameters. |
x |
vector of quantiles. |
n |
number of observations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.