Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Nick Cox <n.j.cox@durham.ac.uk> |
To | "'statalist@hsphsun2.harvard.edu'" <statalist@hsphsun2.harvard.edu> |
Subject | st: RE: Generation of three uniform random variables that sum to one |
Date | Thu, 21 Oct 2010 14:56:18 +0100 |
foreach v in a b c { gen `v' = runiform() } gen total = a + b + c foreach v in a b c { replace `v' = `v' / total } Nick n.j.cox@durham.ac.uk Fabien Bertho I would like to generate three uniform random variables. And, the sum of these three variables equals to one. * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/statalist/faq * http://www.ats.ucla.edu/stat/stata/