Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 16:31:27 stats_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test stats(), with the interface: [n,sum,min,mean,max,var,std] = stats(x) Call 10 times with random values; Compare results with MATLAB vector calculation. n1 = 10, n2 = 10 sum1 = 6.23855, sum2 = 6.23855 min1 = 0.0975404, min2 = 0.0975404 mean1 = 0.623855, mean2 = 0.623855 max1 = 0.964889, max2 = 0.964889 var1 = 0.119614, var2 = 0.119614 std1 = 0.345852, std2 = 0.345852 stats_test(): Normal end of execution. 13-May-2025 16:31:27