There is also the clt.examp function in the TeachingDemos package. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.s...@imail.org 801.408.8111
> -----Original Message----- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of Charles Annis, P.E. > Sent: Monday, March 23, 2009 1:14 PM > To: 'pfc_ivan'; r-help@r-project.org > Subject: Re: [R] How to set up a function for "Central Limit Theorem" > > Ivan: > > While you're figuring out how to execute the CLT in R you may find my > automated examples informative. > > http://StatisticalEngineering.com/central_limit_theorem.htm > > Charles Annis, P.E. > > charles.an...@statisticalengineering.com > phone: 561-352-9699 > eFax: 614-455-3265 > http://www.StatisticalEngineering.com > > > -----Original Message----- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On > Behalf Of pfc_ivan > Sent: Monday, March 23, 2009 1:31 PM > To: r-help@r-project.org > Subject: [R] How to set up a function for "Central Limit Theorem" > > > Hello guys, I am stuck here: > > How do I make 1000 samples of n = 10 observations from an Exponential > distribution and then compute the mean for all those 1000 samples? > > Basically I need to prove the Central Limit theorem, which states: > > http://www.nabble.com/file/p22664113/d175f06cbf200bd52a2c27a2e56dc594.p > ng > > Where the Sn is sum of random variables, n we have from the question, > mu is > mean and (sigma)^2 is variance. > > I am having trouble setting up the function to do this. > > Any help apreciated! > > -- > View this message in context: > http://www.nabble.com/How-to-set-up-a-function-for-%22Central-Limit- > Theorem% > 22-tp22664113p22664113.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting- > guide.html > and provide commented, minimal, self-contained, reproducible code. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting- > guide.html > and provide commented, minimal, self-contained, reproducible code. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.