Fitting data with SciPy
Here’s a common thing scientists need to do, and it’s easy to accomplish in python. Suppose that you have a data set consisting of temperature vs time data for the cooling of a cup of coffee. We’ll start by importing … Continue reading
Posted in curve fitting, data analysis, error bars, Matplotlib, Plotting
Tagged curve fitting, error bars, scipy
4 Comments