24-Dec-2022 10:57:34 normal_test(): MATLAB/Octave version 4.2.2 Test normal(). c8_normal_01_test(): c8_normal_01() computes pseudorandom complex values normally distributed in the unit circle. 1 ( 0.644227, -1.337737) 2 ( -0.099277, 1.788418) 3 ( -0.038795, 0.190890) 4 ( 0.429456, 0.064209) 5 ( 0.410490, 0.066349) 6 ( 0.563559, -0.610633) 7 ( -1.159404, -0.700280) 8 ( 0.815569, 1.530912) 9 ( -0.748395, -0.670258) 10 ( -0.896963, 0.931066) i4_normal_ab_test(): i4_normal_ab() computes pseudonormal integer values with mean MU and standard deviation SIGMA. The mean = 70 The standard deviation = 10 1 70 2 79 3 66 4 47 5 63 6 79 7 61 8 69 9 74 10 86 r8_normal_01_test(): r8_normal_01() computes unit pseudorandom numbers. 1 0.370833 2 0.878023 3 -0.430221 4 0.82029 5 1.33853 6 -1.13677 7 2.49607 8 -1.34919 9 -0.983138 10 0.170222 r8_normal_ab_test(): r8_normal_ab() computes pseudonormal values with mean MU and standard deviation SIGMA. The mean = 10.000000 The standard deviation = 2.000000 1 7.544790 2 8.774904 3 10.217700 4 7.962221 5 10.293904 6 7.093673 7 9.319728 8 7.880575 9 10.603545 10 12.867472 r8mat_normal_01_test() r8mat_normal_01() computes a matrix of Normal 01 values. The matrix: Col: 1 2 3 4 Row 1 : 0.410178 0.15636 -1.99023 1.02788 2 : 1.33315 -0.179671 -0.613648 0.388197 3 : -0.913734 -2.16022 0.185996 0.0794631 4 : -0.815781 -0.389668 -0.480642 0.4476 5 : -1.61023 -0.468798 1.04144 -0.390729 r8mat_normal_ab_test() r8mat_normal_ab() computes a scaled pseudonormal matrix. MU = 100 SIGMA = 5 The matrix: Col: 1 2 3 4 Row 1 : 105.414 94.1684 108.808 102.316 2 : 97.2124 96.459 103.55 96.001 3 : 97.3729 87.58 99.9577 104.421 4 : 103.882 93.3052 92.1207 100.531 5 : 94.4128 94.8572 101.065 104.174 r8vec_normal_01_test(): r8vec_normal_01() computes a vector of unit pseudonormal values. The vector: 1: -0.950717 2: -1.75269 3: 0.583685 4: 0.599632 5: 1.50633 6: 0.40025 7: 0.196308 8: 0.761358 9: -0.758858 10: 0.694478 r8vec_normal_ab_test(): r8vec_normal_ab() computes a scaled pseudonormal vector. MU = 15 SIGMA = 0.25 The vector: 1: 14.2676 2: 14.3249 3: 15.0566 4: 15.2519 5: 14.6914 6: 14.8124 7: 14.7619 8: 15.1739 9: 14.5325 10: 14.7938 normal_test(): Normal end of execution. 24-Dec-2022 10:57:34