Question: WRITE MATLAB PROGRAM Create a function called sample_mu_var that calculates and retums the sample mean and sample variance of a vector of data samples to
WRITE MATLAB PROGRAM

Create a function called sample_mu_var that calculates and retums the sample mean and sample variance of a vector of data samples to the calling routine. Your function accepts the input vector of sample data Your function returns both the sample mean and variance. . Do not use MATLAB functions such as mean, var or st d to compute your result. Your function should include simple error checking. (ex ample: isvec tor {> )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
