Skip to content

Latest commit

 

History

History

linearfit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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()
...