4
$\begingroup$

What is Gamma density's differential equation?

  • 0
    Given a well-posed ODE problem, there is a unique functions which is its solution. However, for any given function one can come up with infinitely many differential equations that it does solve.2012-11-30

2 Answers 2

3

Well, I agree with the comment that there is no one differential equation whose solution is the gamma-distribution, here is an attempt to give an example how such equation can appear.

Consider the so-called frailty model [1]: it is assumed that the hazard rate of an individual is given as the product of an individual specific quantity $Z$ and a basic rate $\alpha(t)$: $ \alpha(t|Z) = \alpha(t)Z \tag{1} $

Given $Z$ the probability of surviving up to time $t$ is $S(t|Z) = e^{−ZA(t)},\, A(t) =\int_0^t \alpha(\tau)\,d\tau.$

The population survival function is therefore $ S(t) = \mathbf{P}(T > t) = \mathbf{E}(e^{−ZA(t)}) = \mathbf{M}(−A(t)), $ where $\mathbf{M}(\lambda)$ is the moment generating function (mgf) of the distribution of $Z$. The distribution of the quantity $Z$ will be changing with time, but an interesting fact is that the moment generating function at any time moment can be expressed through the mgf at the initial time: $ \mathbf{M}(t,\lambda)=\frac{\mathbf{M}(\lambda-A(t))}{\mathbf{M}(-A(t))}.\tag{2} $ Now assume that $A(t)=-t$. The big question is how the initial distribution will be changing with time. However, it is possible to look from the other side: fix some conditions on how the distribution changes and ask which initial distribution satisfies these conditions. For example, from $(2)$ we have that $ \frac{\mathbf{M}''(t)}{\mathbf{M}(t)}-\left(\frac{\mathbf{M}'(t)}{\mathbf{M}(t)}\right)^2=\sigma^2(t),\tag{3} $ where $\sigma^2(t)$ is the variance of the distribution of $Z$ at time $t$. Let's assume that $\sigma(t)=\sigma$ and does not change with time, then we get a solution to $(3)$ which is mgf for the normal distribution.

Finally, one of the answers for your question. If we assume that the coefficient of variation is constant with time, then the differential equation $(3)$ has the solution which is mgf for the gamma distribution. More precise, the coefficient of variation is $ CV=\frac{\sigma(t)}{\mathbf{E}(Z(t))}, $ and the equations becomes, with $m=m(t)=\mathbf{M}(t)$ $ \frac{\ddot m}{m}-\left(\frac{\dot m}{m}\right)^2=CV^2\left( \frac{\dot m}{m}\right)^2, $ with the initial conditions $m(0)=1,\,m'(0)=\mathbf{E}(Z(0))$.

[1]: O. O. Aalen, Ø. Borgan, and H. K. Gjessing. Survival and event history analysis: a process point of view. Springer Verlag, 2008.

  • 0
    i find stein operator about gamma differential equation from Schoutens' book, can it be differential equation?2012-12-29
1

Methinks the previous answers were to a question other than the one asked. For the gamma distribution's Probability Density Function -- f(x) = Gamma(x,α,β) = [β^α x^(α-1) e^(-βx)] / Γ(α), or alternatively with parameters k,theta -- there can be only one solution to the differential, f'(x)=dy/dx. The function has only one slope at any given x.

  • 0
    If the question refers to the derivative of a Gamma probability distribution, X ~ Γ(x|α,β), where α & β are parameters, the probability density function is PDF[x] = [β^α*x^(α-1)e^(-βx)] / Γ(α), with the gamma function, Γ(α)=(α-1)!, applicable only to one of the parameters. This is differientiable with respect to x. f'(x) = -[αβ^(α-1)/(α-1)!] * [x^(2α-3)/e^(2βx)]2016-12-12