pgamma_mean_sd: This function provides the distribution function of the gamma...

Description Usage Arguments

View source: R/gamma_mean_sd.R

Description

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

Usage

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

Arguments

x

vector of quantiles

mean

vector of means

sd

vector of standard deviations


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