|
How to generat Gamma random variables betwenn 0 and 1
Posted:
Oct 9, 2013 3:45 AM
|
|
I can generate gamma random variable using GAMRND(A,B). I estimate A and B using PARMHAT = GAMFIT(X). I imported my data set from Excel to "X". The results give random variables with some values greater than 1. But I want to generate random variables between 0 and 1. Is it possible with "parmhat", if so what is the syntax? Thanks
|
|