Re: conjugate prior of gamma distribution



On May 30, 8:58 pm, mistersh...@xxxxxxxxx wrote:
what is the conjugate prior of the gamma distribution (with both
parameters unknown)?

Ideally, I am looking for:
- 3 or 4 hyper-parameters that define a probability distribution over
a 2-parameter gamma distribution
- an algorithm to update the hyperparameters given a data point x
- a formula to calculate the value of the pdf at a value x (or if
that's too hard, the pdf over the parameters)

Thank you!!

Neil

Given the sum of the data, S, the product of the data, P, and the
number of data points, n along with the four hyper-parameters p, q, r,
and s, the conjugate prior to a Gamma distribution with unknown alpha
and beta is given as


p( alpha, beta | p, q, r, s ) = (1/K) (p^(alpha-1) * exp(-beta * q))/
(Gamma(alpha)^r * beta^(-alpha*s))

where alpha > 0 and beta > 0 and is zero otherwise.

The posterior distribution's parameters are given by

p' = p * P
q' = q + S
r' = r + n
s' = s + n

This conjugate prior was published by Miller (1980)* and appears in
Section 3.2 of "A Compendium of Conjugate Priors" by Daniel Fink

http://www.people.cornell.edu/pages/df36/Publications.htm

-Lucas

[*] Miller, Robert B. "Bayesian Analysis of the Two-Parameter Gamma
Distribution" Technometrics, 1980, 22(1), 65-69

.



Relevant Pages

  • Re: How to order from noisy comparisons?
    ... Assume that you have some unknown probability of incorrect answers ... When one ordering dominates the distribution, ... Given a prior on the probability of erroneous answers (you stated such ... sampler pretty simple. ...
    (comp.ai)
  • Re: Lilliefors Test : 40 years
    ... The Lilliefors Test tests whether a distribution is ... and unknown mean, known mean and unknown variance, ... Herman Rubin, Department of Statistics, Purdue University ...
    (sci.stat.math)
  • Re: hal still doesnt understand basic Bernoulli Trial (was: Re: Xiaou? [taptap] Is this thing on?)
    ... you must assume a 50/50 distribution. ... P is an unknown. ... the only consistent, and accurate one. ... You focus and maintain your circle of control. ...
    (rec.martial-arts)
  • Re: conjugate prior of gamma distribution
    ... - 3 or 4 hyper-parameters that define a probability distribution over ... number of data points, n along with the four hyper-parameters p, q, r, ... the conjugate prior to a Gamma distribution with unknown alpha ... that data structure to return a probability distribution function. ...
    (sci.stat.math)
  • Re: Re: [SLE] php4_unixODBC
    ... I tried Sven's advice in the wiki, but unfortunatly it does not work. ... PHP Warning: Unknown(): Unable to load dynamic library ... include the php4-unixODBC package in the distribution if it does not ...
    (SuSE)

Quantcast