hi,
i have done a porgramming with constant value of alpha and beta to find random values using gamma. for example,
alpha = 2.2 beta = 0.1 Sim = 100 Buses = 5
Prand = gamrnd(alpha, beta, Sim, Buses)
the question is how to find alpha n beta with this random values. i mean to find out wheather this program fits with the graph or not. thank you.

