I need to specify a gamma distribution to represent a random variable in my modelling process. I have no data so cannot estimate parameters in a traditional way. All I know is that the mode must be 3 and the median must be 7.
Is there any way I can work backwards with this information to find the parameters of a gamma distribution that would have mode 4 and median 7?
I can code in R, so any computational methods are also greatly appreciated.
Thank you !