mygamma: mygamma

Description Usage Arguments Value Examples

View source: R/mygamma.R

Description

Determine and visualize exponential densities using the gamma distribution

Usage

1
mygamma(shape, rate = 1, a)

Arguments

shape

shape parameter for the gamma PDF that will be produced

rate

rate parameter for the gamma PDF that will be produced

a

the value at which you wish to know the -infinity to a probability of of this distribution

Value

a vector of the probability

Examples

1
2
mygamma(3, 1, 2)
x<-mygamma(1, 1, 3)

Tom-bomb/glowup documentation built on Dec. 31, 2020, 5:32 p.m.