x = np.random.randn(100) # Random normal distribution for X y = np.random.randn(100) # Random normal distribution for Y ...