[SciPy-User] technical question: normed exponential fit for data?

David Baddeley david_baddeley at yahoo.com.au
Thu Mar 24 15:59:02 EDT 2011


A really silly question - you are using temperature values in Kelvin (rather 
than centigrade) aren't you? The chemical/physical assumption is probably that 
rates are an exponential function of the temperature in Kelvin, not in C. Your 
high concentration curve is looking awfully like it's heading for an intercept 
at 0C.

cheers,
David

----- Original Message ----
From: Robert Kern <robert.kern at gmail.com>
To: SciPy Users List <scipy-user at scipy.org>
Sent: Fri, 25 March, 2011 5:09:33 AM
Subject: Re: [SciPy-User] technical question: normed exponential fit for data?

On Thu, Mar 24, 2011 at 10:33, Daniel Mader
<danielstefanmader at googlemail.com> wrote:
> Hi,
>
> this is not a software question or scipy problem but rather I have no
> clue how to tackle this on a mathematical level.
>
> I'd like to create a unique fit function for data. Attached is a file
> which holds three measurements for three different known
> concentrations, i.e. my "calibration" measurement at low, medium and
> high concentration.
>
> Apparently, the temperature behavior of the chemical reaction is
> exponential, i.e. the photon yield increases with about 10%/K for the
> examined range for a given concentration.

Hmm. I certainly wouldn't have come to that conclusion looking at the
data. At least for #0 (high concentration?), the linear fit is
substantially better.

> Now comes the tricky part: I'd like to use this knowledge for a
> temperature compensation because I only need to determine the
> concentration. The temperature of the reaction is measured
> simultaneously but might vary in the range of +-3K. In terms of assay
> performance, that makes a huge difference due to the 10%/K so that I'd
> need to compensate for it.
>
> How can I use my calibration measurement to find a function which I
> could use to compensate for varying temperatures?

Can you do more calibrations with different concentrations? For any
given temperature, you essentially only have three data points with
which to determine the relationship between concentration and photon
count. That's pretty difficult without any theory to help you fill in
the gaps.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco
_______________________________________________
SciPy-User mailing list
SciPy-User at scipy.org
http://mail.scipy.org/mailman/listinfo/scipy-user



      



More information about the SciPy-User mailing list