Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

statistical inference project part 1 github

set.seed(3)
lambda <- 0.2
num_sim <- 1000
sample_size <- 40
sim <- matrix(rexp(num_sim*sample_size, rate=lambda), num_sim, sample_size)
row_means <- rowMeans(sim)
Source by github.com #
 
PREVIOUS NEXT
Tagged: #statistical #inference #project #part #github
ADD COMMENT
Topic
Name
3+5 =