R/rgg.R

Defines functions `rgg`

`rgg` <-
function(m, alpha, beta, n)
{
# Generation of a m Gamma-gamma variables i.i.d

        l <- 1/beta * rgamma(m, alpha)
        1/l * rgamma(m, n)
}

Try the SampleSizeMeans package in your browser

Any scripts or data that you put into this service are public.

SampleSizeMeans documentation built on Aug. 23, 2023, 1:09 a.m.