Compute Variance
Start Timer
0:00:00
Write a function that outputs the (sample) variance given a list of integers.
Note: round the result to 2 decimal places.
Example:
Input:
test_list = [6, 7, 3, 9, 10, 15]
Output:
get_variance(test_list) -> 13.89
Recommended questions for you
Personalized based on your user activity, skill level, and preferences.
.
.
.
.
.
.
.
.
.
Comments