https://github.com/cran/scModels
Raw File
Tip revision: 6eaddec6ef0bffeedea3b70bece1699cb1c5f66a authored by Lisa Amrhein on 26 February 2021, 13:10:02 UTC
version 1.0.2
Tip revision: 6eaddec
Inverse-Gaussian.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/pb.R
\name{Inverse Gaussian}
\alias{Inverse Gaussian}
\alias{rInvGaus}
\title{Inverse Gaussian Distribution}
\usage{
rInvGaus(n, mu, lambda)
}
\arguments{
\item{n}{Number of observations}

\item{mu, lambda}{Non-negative parameters of the inverse Gaussian distribution (mean and shape)}
}
\description{
random generation function for the inverse Gaussian distribution:
Mu and lambda are the parameters of this distribution.
}
\examples{
 RV <- rInvGaus(n = 100, mu = 10, lambda = 2)
}
\keyword{Gaussian}
\keyword{Inverse}
\keyword{distribution}
back to top