qgamma_mean_sd: This function provides the quantile function of the gamma...

Description Usage Arguments

View source: R/gamma_mean_sd.R

Description

This function provides the quantile function of the gamma distribution based on mean and stddev

Usage

1
qgamma_mean_sd(p, mean, sd, lower.tail = TRUE, log.p = FALSE)

Arguments

p

vector of probabilities

mean

vector of means

sd

vector of standard deviations


ulrichriegel/ulir documentation built on Dec. 31, 2021, 12:06 a.m.