Write a simple Matlab script to obtain the sample mean values with n = 4 for a total of 2000 sample combinations. A sampling combination from the population can be obtained by using: rand sample (population, 4, true). For each combination, the sample mean is calculated and saved. This should result in a sample mean vector with 2000 elements.