Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

R: st: invgammap


From   "Carlo Lazzaro" <[email protected]>
To   <[email protected]>
Subject   R: st: invgammap
Date   Tue, 8 May 2007 18:08:37 +0200

Dear Yulia,

thanks a lot for Your Kind hints and for Your time.

Kind Regards,
Carlo

-----Messaggio originale-----
Da: [email protected]
[mailto:[email protected]] Per conto di Yulia Marchenko,
StataCorp
Inviato: marted� 8 maggio 2007 16.46
A: [email protected]
Oggetto: Re: st: invgammap

Carlo Lazzaro <[email protected]> asks about the scale parameter of the
inverse Gamma distribution:

> performing an invgammap with random probabilities
>
> generate alfa=invgammap(a,uniform())
>
> I have noticed the absence of the beta parameter of the gamma
distributions.
> May this absence affect the results of the probabilistic invgammap
function?

Although probability functions -gammap()- and -invgammap()- do not allow
specifying the scale parameter, Carlos can obtain the probabilities of the
Gamma distribution with shape parameter a and scale parameter beta as
follows.

 . generate gamma = gammap(a, x/beta)

To obtain the inverse of the Gamma distribution with shape parameter a and
scale parameter beta, Carlos can use

 . generate x = beta*invgammap(a, gamma)

or, using his example,

 . generate alfa = beta*invgammap(a,uniform())


-- Yulia
[email protected]
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index