Fitting data with python: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 January 2016

20 October 2011

  • curprev 15:2415:24, 20 October 2011Roux talk contribsm 778 bytes +778 Created page with "The basic syntax is the following: <source lang="py"> #!/usr/bin/python from scipy import optimize from numpy import array # your data as lists x = [0.0, 1.0, 2.0, 3.0] y = [1..."