Skip to content
New Workbook
Sign up
Temp
import numpy as np

sample = np.random.normal(size = 1000)
cdf(sample).plot()