January 26, 2018

Exponential Distribution with Simulation

  • 26/01/2018

  • A simulation dataset is created by taking 40 samples of an exponential distribution 1000 times.

  • Lambda for the distribution is set to 0.2, for a mean of 5

Plot

p<-plot_ly(x=sim_means, type= 'histogram')
p
## Warning: package 'bindrcpp' was built under R version 3.4.3