|
-
Oct 15th, 2001, 12:07 PM
#1
Thread Starter
Hyperactive Member
Exponential interpolation
Hi all!!
I have some points (x,y). When I make a graphic with them, it seems to be an exponential function. I need to calculate some points and I want to use an exponential.
Any clue???
Thanks
If things were easy, users might be programmers.
-
Oct 15th, 2001, 01:03 PM
#2
Hyperactive Member
does the curve go up or down?
the general eqn is (i think):
y=c * e ^ (ax)
where a and c are constants. and the power is negative if the curve goes down.
There are 10 types of people in the world - those that understand binary, and those that don't.
-
Oct 15th, 2001, 01:06 PM
#3
Thread Starter
Hyperactive Member
The curve is going up.
Thanks
If things were easy, users might be programmers.
-
Oct 15th, 2001, 09:49 PM
#4
Where (ax) would be 1 + the growth rate ie., 4% growth rate would (assuming t = 1) be 1.04
A standard exponential growth rate is written
n = n0 * e ^(r*t) where r= rate of growth, t = time n-0 = initial value , n= value at time t
-
Oct 16th, 2001, 06:33 AM
#5
Member
If your data is really exponential, you can linearise it with log(y). Then make a linear regression and convert the data back to its original form by calculating e^().
There is also a nice shareware program than can do all these wonders automatically. It's called CurveExpert. you'll find it by typing into some search engine. (however, it works completely different from what I described above).
WIN 2000 Prof. / WIN 98 / WIN 95, IE6.0, Mathematica 4.0
Visual Studio Enterprise 6.0 sp5
-
Oct 16th, 2001, 05:42 PM
#6
Thread Starter
Hyperactive Member
Log(y) worked perfectly. Thanks.
If things were easy, users might be programmers.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|