Skip to content

Instantly share code, notes, and snippets.

@hugozanini
Last active June 8, 2019 09:02
Show Gist options
  • Save hugozanini/912fd81963a6af31a30ca1e34f61db8b to your computer and use it in GitHub Desktop.
Save hugozanini/912fd81963a6af31a30ca1e34f61db8b to your computer and use it in GitHub Desktop.
x = np.array([1, 2, 4, 3, 5])
y = np.array([1, 3, 3, 2, 5])
n = len(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment