NumPy - Aggregation Functions
You have two datasets:
Which statement is true about their standard deviation and variance?
data1 = np.array([10, 12, 14, 16, 18])data2 = np.array([10, 10, 10, 10, 10])Which statement is true about their standard deviation and variance?
