Created
March 18, 2018 14:44
-
-
Save psinger/a6b988e52c4788742309c1e6846d7a70 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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