29-Jul-2023 22:14:14 box_distance_test(): MATLAB/Octave version 5.2.0 Test box_distance(). For a = b = c, box_distance_mean() should be 0.661707182... Computed value was 0.661707 Using N = 10000 sample points, Short box side a = 1 Medimum box side b = 1 Long box side c = 1 Estimated mean distance = 0.665891 Exact mean distance = 0.661707 Estimated variance = 0.0619526 Estimated second moment = 0.505357 Exact second moment = 0.5 Using N = 10000 sample points, Short box side a = 1 Medimum box side b = 3 Long box side c = 5 Estimated mean distance = 2.17556 Exact mean distance = 2.17177 Estimated variance = 1.10575 Estimated second moment = 5.83871 Exact second moment = 5.83333 Graphics saved in "box_distance_histogram.png" box_distance_test(): Normal end of execution. 29-Jul-2023 22:14:15