MATH 314 Quiz 07
Given on 2025-09-25
-
Generate a numpy array of random numbers and store it into a variable named
x
. -
Use numpy functions to estimate the mean, variance, and the probability that your data
x
is greater than 2.
Given on 2025-09-25
Generate a numpy array of random numbers and store it into a
variable named x
.
Use numpy functions to estimate the mean, variance, and the
probability that your data x
is greater than 2.