In: Statistics and Probability
Use the R script to finish the following operations:
(1) Generate 60 normally distributed random variables with the mean
30 and the variance 16, and
store them in the vector ‘rand.vec’.
(2) Turn the vector ‘rand.vec’ into a 6X10 matrix, and assign the name ‘rand.mat’ to the matrix.
(3) Given a normal distribution with the mean 30 and the variance 16, find the two values of x that contain the middle 50% of the normal curve area.