Hi,
help is very much appreciated. Thanks in advance!!!
rgamma(...)
As far as I know with this function (code) one can randomly sample 100 numbers simultanously.
Question: is it possible to sample 100 random numbers e.g. from 100 different gamma distributions using only one command line (or: using only one function)?
One idea how this on command line could look like:
rgamma(1:100, shape=c(s1,s2,...,s100), rate=c(r1,r2,...,r100))
What I do not know: is it correct to assume that effectively only ONE random number (with the respective paramateres s1<>s2<>...<>s100 und r1<>r2<>...<>r100) has been drawn from only ONE gamma distribution (out of 100 different gamma distributions) ?
Thanks again for any thoughts and advice!
Merry Christmas!
help is very much appreciated. Thanks in advance!!!
rgamma(...)
As far as I know with this function (code) one can randomly sample 100 numbers simultanously.
Question: is it possible to sample 100 random numbers e.g. from 100 different gamma distributions using only one command line (or: using only one function)?
One idea how this on command line could look like:
rgamma(1:100, shape=c(s1,s2,...,s100), rate=c(r1,r2,...,r100))
What I do not know: is it correct to assume that effectively only ONE random number (with the respective paramateres s1<>s2<>...<>s100 und r1<>r2<>...<>r100) has been drawn from only ONE gamma distribution (out of 100 different gamma distributions) ?
Thanks again for any thoughts and advice!
Merry Christmas!