water | index /Users/schwehr/projects/xcore/doc/BPSIO-04/work/water.py |
Do analysis for weight percent water.
Fit exponentials to the data. Then detrend and show residuals. This
used to be done in fit-water.gp, but there is no point in doing that
since I need to be able to do more than just plot the exp curve. I
need to be able to difference the curve and data.
$Id: water.py,v 1.8 2005/05/20 14:22:51 schwehr Exp $
COPYRIGHT:
Copyright (C) 2005 Kurt Schwehr
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Modules | ||||||
|
Functions | ||
|
Data | ||
defaultFit = [0.40000000000000002, 0.02, 0.5, 0.40000000000000002] fitw3 = [0.074698200000000006, 0.0144683, 0.40867500000000001, 0.44624799999999998] fitw4 = [0.033870299999999999, 0.030640199999999999, 0.969221, 0.39776400000000001] waterfits = [None, [0.40000000000000002, 0.02, 0.5, 0.40000000000000002], [0.40000000000000002, 0.02, 0.5, 0.40000000000000002], [0.074698200000000006, 0.0144683, 0.40867500000000001, 0.44624799999999998], [0.033870299999999999, 0.030640199999999999, 0.969221, 0.39776400000000001], [0.40000000000000002, 0.02, 0.5, 0.40000000000000002], [0.40000000000000002, 0.02, 0.5, 0.40000000000000002]] |