Can I Use a Natural Log Function for Least Square Fitting?
- Context: Undergrad
- Thread starter JoJoQuinoa
- Start date
-
- Tags
- Fitting Function Log Natural Natural log
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Discussion
Mathematics news on Phys.org
- 38,144
- 10,737
In both equations, i is the index of all of the summations. These summations run for i = 1, 2, 3, and so on, up to n. Here n is the number of points you're fitting to the log curve.JoJoQuinoa said:Hello,
I'm trying to follow Wolfram to do a least square fitting. There are multiple summations in the two equations to find the coefficients. Are the i's the same in this case?
Thanks!
- 38,144
- 10,737
No. The formula shown in the Wolfram page for the numerator of b isJoJoQuinoa said:@Mark44
Sorry I just looked at it and got confused again. So for coefficient b, can I write the numerator as
##\Sigma_{i=1}^n (n*y_i*ln(x_i)-y_i*ln(x_i))##.
$$n\sum_{i =1}(y_i\ln(x_i)) - (\sum_{i = 1}y_i)(\sum_{i = 1}\ln(x_i)$$
You can't simplify things as you have done. You need to calculate all three summations. Once you have these numbers, multiply the first summation by n, multiply the second and third summations together, and then subtract as shown.
- 23,753
- 5,953
Just plot y vs x, with x plotted on a log scale (by your graphics package). The result should be a straight line, and the graphics package should automatically determine the best least squares fit equation to the data.
Similar threads
Undergrad Why do we use the natural log in the derivative of an exponential function?
- QuickLoris
- · Replies 6 ·
- Calculus
- Replies
- 6
Undergrad How do I use Least Square Fitting to Calculate the Best Line of Fit?
- EngNoob
- · Replies 4 ·
- Linear and Abstract Algebra
- Replies
- 4