Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/sample_gamma.R
\name{sample_gamma}
\alias{sample_gamma}
\title{Draw values from a Custom Gamma Distribution using mean and standard deviation as inputs}
sample_gamma(n, mu, sd, r = 3)
\item{sd}{standard deviation}
\item{r}{scaling factor. Used to ensure a Normal shape for small mean values.}
}
\value{
a vector of drawn values.
}
\description{
Draw values from a Custom Gamma Distribution using mean and standard deviation as inputs
sample_gamma(n= 5, mu = 4, sd = 1.5)