15-Nov-2022 19:38:09 fly_simulation_test(): MATLAB/Octave version 4.2.2 Test fly_simulation(). fly_cdf_plot() A fly lands at random on a plate of radius 1. D is the distance from the center. Estimate the CDF for D with a plot. Graphics saved as "fly_cdf.png" fly_pdf_plot() A fly lands at random on a plate of radius 1. D is the distance from the center. Estimate the PDF for D with a plot. Graphics saved as "fly_pdf.png" fly_stats_test(): A fly lands at random on a plate of radius 1. D is the distance from the center. The exact average distance is 0.666667 Compute statistics for a sequence of experiments of size n. n dmin dmean dmax dstd ||dmean-exact|| 10 0.0832 0.4895 0.9902 0.3283 0.1772 100 0.2052 0.6825 0.9939 0.2099 0.0159 1000 0.0180 0.6731 0.9997 0.2327 0.0064 10000 0.0042 0.6690 1.0000 0.2362 0.0023 fly_simulation_test(): Normal end of execution. 15-Nov-2022 19:38:10