Statistical Inference Course Project 1 Simulation exercises

Report 4 Downloads 123 Views
Statistical Inference Course Project 1 Simulation exercises Carlos Sabater July 17, 2016 Overview In this course project I will investigate the exponential distribution in R and compare it with the Central Limit Theorem. The simulation will be done in R, with rexp(n, lambda), where lambda will be set lambda = 0.2 for all of the simulations. I will investigate the distribution of averages of 40 exponentials and a thousand simulations.

Simulations set.seed (25) lambda