15-May-2025 17:50:22 normal_test(): MATLAB/Octave version 6.4.0 Test normal(). c8_normal_01_test(): c8_normal_01() computes pseudorandom complex values normally distributed in the unit circle. 1 ( -0.746448, -0.546603) 2 ( -1.511334, -1.263055) 3 ( 0.308064, 1.717364) 4 ( 0.601103, 1.419451) 5 ( -1.140829, -1.150750) 6 ( 1.554416, 1.100878) 7 ( -1.123782, -0.931818) 8 ( 0.131575, -0.369753) 9 ( -1.043325, -1.487801) 10 ( -0.114816, 0.085798) 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 75 2 58 3 71 4 75 5 81 6 85 7 87 8 96 9 71 10 84 r8_normal_01_test(): r8_normal_01() computes unit pseudorandom numbers. 1 1.00529 2 -1.08987 3 0.782551 4 1.03763 5 -1.08044 6 -0.745634 7 0.061992 8 -0.9887 9 -0.0878655 10 -0.0994569 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 11.525839 2 7.299119 3 12.895386 4 13.130862 5 9.835611 6 7.422792 7 8.129451 8 13.001823 9 15.326448 10 10.123170 r8mat_normal_01_test() r8mat_normal_01() computes a matrix of Normal 01 values. The matrix: Col: 1 2 3 4 Row 1 : 0.600058 0.813345 -1.25537 -0.694381 2 : -0.682316 -0.834872 0.494216 -1.20652 3 : 0.85576 0.543322 -0.702722 -1.64695 4 : -1.5942 1.42541 -1.71987 -0.911277 5 : 1.12219 -1.72154 0.172447 -1.12182 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 : 101.954 92.7843 89.7286 97.6001 2 : 87.4731 98.7664 101.69 101.165 3 : 99.1916 98.5092 105.616 98.8744 4 : 102.454 98.2875 94.9749 107.602 5 : 97.7621 103.623 93.4606 104.334 r8vec_normal_01_test(): r8vec_normal_01() computes a vector of unit pseudonormal values. The vector: 1: -0.429803 2: 2.20471 3: -0.596623 4: -0.833956 5: -1.18292 6: -0.0681905 7: -0.525826 8: -1.11051 9: -0.783081 10: -0.130714 r8vec_normal_ab_test(): r8vec_normal_ab() computes a scaled pseudonormal vector. MU = 15 SIGMA = 0.25 The vector: 1: 15.1044 2: 15.2906 3: 14.6943 4: 14.94 5: 15.582 6: 15.1769 7: 15.2333 8: 14.9993 9: 15.267 10: 14.9459 normal_test(): Normal end of execution. 15-May-2025 17:50:22