Skip to content

Instantly share code, notes, and snippets.

@psinger
Created March 18, 2018 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psinger/a6b988e52c4788742309c1e6846d7a70 to your computer and use it in GitHub Desktop.
Save psinger/a6b988e52c4788742309c1e6846d7a70 to your computer and use it in GitHub Desktop.
import numpy as np
x = np.array([525., 300., 450., 300., 400., 500., 550., 125., 300., 400., 500., 550.])
y = np.array([250., 225., 275., 350., 325., 375., 450., 400., 500., 550., 600., 525.])
data = np.array([x, y])
model = analyze(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment