MATH 314 Homework 04
Due Tuesday 2025-02-18 by midnight PT. Submit a Jupyter
notebook to the GitHub repository for Homework 04.
Make four convergence plots. Two for each distribution, the Uniform and the Binomial, and one for each of the mean and the standard deviation. You should pick parameter values for for the Uniform distribution, and for the Binomial distribution.
Each plot should have 3 convergence lines/paths, each
calculated from different random data. You should use
your OnlineMeanStd
class from Homework 03.
Each plot should have the x/y-axis well labelled. The theoretical expectation values, dependent on the values of the parameters you choose, should be displayed as a horizontal line.The lines should be easily distinguishabled by style and color.