How can I estimate the initials values ($A$, $B$, $C$) of a exponential decay? I got the function and a set of experimental points.
$p(t) = Ae^{-1.5t} + Be^{-0.3t} + Ce^{0.05t}$
$p(0.5)=6,\ p(1)=4.4,\ p(2)=3.2,\ p(3)=2.7,\ p(4)=2,\ p(5)=1.9,\ p(6)=1.7,\ p(7)=1.4,\ p(9)=1.1$
Thanks

If the function is indeed the sum of three exponentials of known time constants, this is a simple case of linear fitting which can be solved by least squares.