Page 1 of 1

inverse gamma

PostPosted: Tue Mar 28, 2006 1:51 am
by twlxv
Dear all,

Does anyone know how to transform inverse gamma distribution with a particular degree of freedom into its equivalent in dynare, i.e. in dynare, inverse gamma distribution only requires the specification of mean and the standard deviation is infinity, but in many other papers, degree of freedom is used instead...

Many thanks...

Re: inverse gamma

PostPosted: Tue Mar 28, 2006 9:15 am
by StephaneAdjemian
twlxv wrote:Dear all,

Does anyone know how to transform inverse gamma distribution with a particular degree of freedom into its equivalent in dynare, i.e. in dynare, inverse gamma distribution only requires the specification of mean and the standard deviation is infinity, but in many other papers, degree of freedom is used instead...

Many thanks...


Hi,

There is a function in the matlab directory of dynare that computes what you want from the expectation and the standard deviation :

[s,nu] = inverse_gamma_specification(mu,sigma,type)

I guess you can play with this function if you want to compare with the other papers. Arnold Zellner (An Introduction to Bayesian Inference in Econometrics, pages 371-373) shows how the moments are related to the degree of freedom.

Best Regards,
St

PostPosted: Thu Mar 30, 2006 7:57 am
by twlxv
Hi,

Thanks Stephane. Can I ask a few more questions to make sure that I understand this correctly though: First, what's the difference between inv_gamma_pdf, inv_gamma1_pdf, inv_gamma2_pdf? Is inv_gamma_pdf equivalent to inv_gamma1_pdf? Second, in estimated_params, the two parameters that we input, are they still s and nu, or are they mean and standard deviation?

Thanks a lot.

Regards,

Wing

PostPosted: Sat Apr 01, 2006 3:49 pm
by StephaneAdjemian
Hi Wing,

Here is a link to a pdf file where you will find some informations about the inverse gamma distribution (and others):

http://www.cepremap.cnrs.fr/~adjemian/Dynare/Distributions.pdf


twlxv wrote:First, what's the difference between inv_gamma_pdf, inv_gamma1_pdf, inv_gamma2_pdf? Is inv_gamma_pdf equivalent to inv_gamma1_pdf?


There is no difference between inv_gamma_pdf and inv_gamma1_pdf. All is explained in the pdf file.

twlxv wrote:Second, in estimated_params, the two parameters that we input, are they still s and nu, or are they mean and standard deviation?


No you have to define the mean and standard deviation of the inverse gamma distribution and dynare computes \nu and s. If you prefer to specify \nu and s rather than \mu and \sigma, you can use the formulas given in the pdf file.

Best regards,
St

inverse gamma and degrees of freedom?

PostPosted: Wed Apr 30, 2008 10:02 pm
by agupta28
Dear Stephane,

Could you post the link to the file that talks about inverse gamma distribution again. The link has become inactive.

Thanks,

Abhishek.

Re: inverse gamma and degrees of freedom?

PostPosted: Tue May 13, 2008 9:12 am
by StephaneAdjemian
Dear Abhishek,

You will find the pdf at:

http://www.cepremap.cnrs.fr/~adjemian/r ... utions.pdf

Best,
Stéphane.

PostPosted: Tue May 13, 2008 5:19 pm
by agupta28
Thanks Stephane.

Re: inverse gamma and degrees of freedom?

PostPosted: Thu Apr 28, 2016 3:52 am
by anitazhang
Dear Stephane,

Could you post the link to the file that talks about inverse gamma distribution again. The link has become inactive.

Thanks.


StephaneAdjemian wrote:Dear Abhishek,

You will find the pdf at:

http://www.cepremap.cnrs.fr/~adjemian/r ... utions.pdf

Best,
Stéphane.

Re: inverse gamma

PostPosted: Thu Apr 28, 2016 7:53 am
by jpfeifer
Here is a version I found on my computer.

Re: inverse gamma

PostPosted: Thu Apr 28, 2016 11:27 am
by anitazhang
Thanks a lot.

jpfeifer wrote:Here is a version I found on my computer.

Re: inverse gamma

PostPosted: Thu Jul 13, 2017 1:28 pm
by StephaneAdjemian
This file moved a lot since ten years, so much that I ended up without the sources. I recently rewrote the document from scratch, and posted the source on Gihub (and they will stay there). You can obtain the pdf from my webpage or directly from Github.

Best,
Stéphane.