MATH 314 Quiz 06

Given on 2025-09-23

  1. Write a Python function that accepts a Numpy array (type ndarray), and calculates and returns the cumulative mean.

  2. Generate a numpy array of random numbers. Call your function on this array and store it.

  3. Make a plot of the cumulative means (y-axis) on the number of data at each mean (x-axis).