MATLAB: What are the distribution functions of the gamma distribution shape and scale parameters

gamma parameters

If I compute the shape and scale parameters of the gamma distribution, I would like to known their accuracies, which I could estimate if I knew the probability distributions of each parameter.

Best Answer

Use gamfit. It gives you confidence intervals for the estimated parameters.
Best wishes
Torsten.