I need to estimate a truncated gamma distribution parameters (shape , scale).
But, I only know the data mean and std. dev. I do not know the data set.
Given the mean and std. dev. of a data set from a truncated gamma distribution, how to find shape and scale of the distribution parameters ?
I know MLE may be useful for solving this problem. But, they depend on knowing the whole data set.
Any help would be appreciated.