Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: gamma


From   Nick Cox <[email protected]>
To   [email protected]
Subject   Re: st: gamma
Date   Thu, 11 Oct 2012 13:57:19 +0100

Absolutely correct, but not what I recommended. Functions are
documented under -help functions-. Another trick is that

help gamma()

would get you to the help for gamma() if it existed, but it doesn't.

help lngamma()

will help. If you don't know the function name already, this is no
use, which is why I recommended -help functions-, which gets you
started.

Functions and commands in Stata are quite different families, whatever
the terminology elsewhere.

Look at -twoway function- for curve-drawing.

Nick

On Thu, Oct 11, 2012 at 1:45 PM, Jason Rosenberg <[email protected]> wrote:
> When I type in: help gamma, I get:
>
> Out-of-date command
>     As of Stata 8.0, the cox, weibull[het], lnormal[het], gamma[het], llogist,
>     llogistic[het], ereg[het], and gompertz[het] commands are out of date.
>     The replacement for cox is stcox.
>     The replacement for weibull[het], lnormal[het], gamma[het], llogist,
>     llogistic[het], ereg[het], and gompertz[het] is streg.
> I read through those but to no avail.
>
> In any case I used R to do the gamma part.
> If possible could you tell how to run this for a continuous variable in place of the 6, I did it for discreet variables, as in:
> egen number = seq()
> then:
> gen prob=(v/gamma(alpha/v))*(beta^(2*alpha)/(number+11.2)^(alpha+1))*exp(-(beta^2/(number+11.2))^v)
> but I need a curve instead of a simple scatter plot. If you could direct me to the relevant help files that would suffice..
>
>
> ________________________________________
> From: [email protected] [[email protected]] on behalf of Nick Cox [[email protected]]
> Sent: Thursday, October 11, 2012 12:31 PM
> To: [email protected]
> Subject: Re: st: gamma
>
> There is no function -gamma()-, largely I suspect because its values
> become very big.
>
> There is a function -lngamma()-, so you would need -exp(lngamma())-.
>
> Almost all of this can be established by looking at the help for -functions-.
>
> Nick
>
> On Thu, Oct 11, 2012 at 1:25 PM, Jason Rosenberg <[email protected]> wrote:
>> hi
>> I an attempting to put this equation into stata:
>>
>> gen prob=(v/gamma(alpha/v))*(beta^(2*alpha)/(6+11.2)^(alpha+1))*exp(-(beta^2/(6+11.2))^v)
>> where v, alpha, and beta are predefined my the user
>> and I get :
>> unknown function gamma()
>>
>> Is there another syntax I should know for gamma?
>> ### UNIVERSITY OF CAPE TOWN This e-mail is subject to the UCT ICT policies and e-mail disclaimer published on our website at http://www.uct.ac.za/about/policies/emaildisclaimer/ or obtainable from +27 21 650 9111. This e-mail is intended only for the person(s) to whom it is addressed. If the e-mail has reached you in error, please notify the author. If you are not the intended recipient of the e-mail you may not use, disclose, copy, redirect or print the content. If this e-mail is not related to the business of UCT it is sent by the sender in the sender's individual capacity. ###
>>
>>
>> *
>> *   For searches and help try:
>> *   http://www.stata.com/help.cgi?search
>> *   http://www.stata.com/support/faqs/resources/statalist-faq/
>> *   http://www.ats.ucla.edu/stat/stata/
>
> *
> *   For searches and help try:
> *   http://www.stata.com/help.cgi?search
> *   http://www.stata.com/support/faqs/resources/statalist-faq/
> *   http://www.ats.ucla.edu/stat/stata/
> ### UNIVERSITY OF CAPE TOWN This e-mail is subject to the UCT ICT policies and e-mail disclaimer published on our website at http://www.uct.ac.za/about/policies/emaildisclaimer/ or obtainable from +27 21 650 9111. This e-mail is intended only for the person(s) to whom it is addressed. If the e-mail has reached you in error, please notify the author. If you are not the intended recipient of the e-mail you may not use, disclose, copy, redirect or print the content. If this e-mail is not related to the business of UCT it is sent by the sender in the sender's individual capacity. ###
>
>
> *
> *   For searches and help try:
> *   http://www.stata.com/help.cgi?search
> *   http://www.stata.com/support/faqs/resources/statalist-faq/
> *   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index