Tue May 20 21:37:17 2025 flies_simulation_test(): python version: 3.10.12 numpy version: 1.26.4 Two flies land at random on a plate of radius 1. Their pairwise distance D is the quantity of interest. Plot PDF, CDF, and statistics by simulation. flies_cdf_plot() Two flies land at random on a plate of radius 1. D is the distance between them. Estimate the CDF for D with a plot. Graphics saved as "flies_cdf.png" flies_pdf_plot(): Two flies land at random on a plate of radius 1. D is the distance between them. Estimate the PDF for D with a plot. Graphics saved as "flies_pdf.png" flies_stats_test() Two flies land at random on a plate of radius 1. D is the distance between them. Compute statistics for a sequence of experiments of size n. n dmin dmean dmax dstd 10 0.1739 0.5551 1.3140 0.3053 100 0.1857 0.9208 1.8738 0.3877 1000 0.0292 0.9026 1.8945 0.4228 10000 0.0146 0.9028 1.9561 0.4231 flies_simulation_test() Normal end of execution. Tue May 20 21:37:18 2025