pG | R Documentation |
Gamma (G) Cumulative Distribution Function.
pG(t, shape, scale)
t |
: positive argument |
shape |
: shape parameter |
scale |
: scale parameter |
the value of the G Cumulative Distribution function
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so
t=runif(10,min=0,max=1) pG(t=t, shape=0.85, scale=0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.