×
×
Correct!
Insert the missing method to meassure the summetry in data:
import numpy as np
from scipy.stats import skew, kurtosis
v = np.random.normal(size=100)
print(@(4)(v))
import numpy as np
from scipy.stats import skew, kurtosis
v = np.random.normal(size=100)
print(skew(v))
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 20 exercises.
Are you sure you want to continue?