Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: generating random variables from logistic distribution


From   Kit Baum <[email protected]>
To   [email protected]
Subject   st: generating random variables from logistic distribution
Date   Thu, 4 Aug 2005 16:01:55 -0400

Richard said

I can't quite figure out how to use the
-rnd- command (it wants parameters and I am not sure how to specify them)
but the formulas given seem to work fine. For alpha = 0 and beta = 1 I
believe you should get a mean of about 0 and an s.d. of around 1.8, and
that is indeed what I get.

MathWorld says that the first four moments of Logistic[mu,b:b>0} are

mean : mu
var : 1/3 Pi^2 b^2
skew: 0
kurt: 6/5

Which for Richard's mu and b give

. di sqrt(1/3 * _pi^2 * b^2)
1.8137994

Kit Baum, Boston College Economics
http://ideas.repec.org/e/pba1.html


*
* 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