Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 278 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 278 Bytes

LinearFit

Here is an example for a simple linear fit to a noisy data. This script can be run in IPython "demo" mode. To use demo mode, start IPython and execute the following commands:

In [1]: %run LinerFit.py demo
In [2]: demo()
...
In [3]: demo()
...