1

please help me solve the following..

  1. Using the gamma distribution with E[X] fixed, show that Var[X] decreases as the shape parameter α increase.
  2. Given E[X] =1000 and Var[X] =〖500〗^2, find the appropriate parameter values for the Gamma and lognormal distribution.

1 Answers1

2

There are various ways of describing the parameters of the gamma, so you may have to modify the notation below.

If the gamma is described using the shape parameter $\alpha$ and the rate parameter $\beta$, then we have $$E(X)=\frac{\alpha}{\beta}\quad\text{and}\quad \text{Var}(X)=\frac{\alpha}{\beta^2}.\tag{1} $$ These are standard formulas that I assume you are not expected to prove.

Suppose that $E(X)$ is fixed. Then $\beta=\frac{\alpha}{E(X)}$ and therefore $$\text{Var}(X)=\frac{(E(X))^2}{\alpha}.\tag{2}$$ It is immediate from (2) that as $\alpha$ increases the variance decreases.

The above formulas can be used to calculate the parameters of the gamma when expectation and variance are given. If your version of the gamma uses a scale parameter, use the fact that the scale parameter is the reciprocal of the rate parameter.

André Nicolas
  • 507,029
  • Please can you look at my question? It is related to independence of random variables http://math.stackexchange.com/questions/1024115/indepenent-variables-and-functions – 1190 Nov 16 '14 at 18:16
  • You have helped me greatly. – Robinson Nov 17 '14 at 16:53
  • @Robinson: Good. I was a little worried, because there are three parametrizations of the gamma in common use. They are all close relatives of each other, but early on in working with the gamma such differences can lead to confusion. – André Nicolas Nov 17 '14 at 16:56