?Here is the cumulative distribution function of the Exponential[μ] distribution: 1 - Power[E, -(x/μ)]
Exponential[μ] probability density function: Power[E, -(x/μ)]/μ
?Here is the cumulative distribution function of the Gamma[a, b] distribution 1 - GammaRegularized[a, x/b]
Gamma[a, b] probability density function: ((x/b)^(-1 + a)*Power[E, -(x/b)])/(b*Gamma[a])
?Given μ, set a and b so that the Gamma[a, b] distribution is the same as the Exponential[μ] distribution.?
Can someone help me with this? I don't know what to do.