Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hadrienj/172f1944b1d0f7c1a350a0208373039e to your computer and use it in GitHub Desktop.
Save hadrienj/172f1944b1d0f7c1a350a0208373039e to your computer and use it in GitHub Desktop.
np.random.seed(1234)
a1 = np.random.normal(2, 1, 300)
a2 = np.random.normal(1, 1, 300)
A = np.array([a1, a2]).T
A.shape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment