MATH 314 Quiz 06
Given on 2025-09-23
- 
Write a Python function that accepts a Numpy array (type ndarray), and calculates and returns the cumulative mean.
- 
Generate a numpy array of random numbers. Call your function on this array and store it. 
- 
Make a plot of the cumulative means (y-axis) on the number of data at each mean (x-axis).