What Are the Best Non-Linear Regression Methods for Analyzing Data Patterns?

  • Thread starter Thread starter Cygni
  • Start date Start date
  • Tags Tags
    Linear Statistics
AI Thread Summary
Non-linear regression methods are essential for analyzing data that does not follow a linear pattern. Options such as Newton's interpolating polynomial and Lagrange's polynomial can be considered, along with power, exponential, and logarithmic functions. Excel offers tools like the LOGEST function for fitting data to non-linear curves, although users may struggle to find these functionalities. The choice of method largely depends on the specific characteristics of the data being analyzed. Understanding and utilizing these options can significantly enhance data analysis outcomes.
Cygni
Messages
38
Reaction score
0

Homework Statement


Hi, the problem that I am struggling with is getting an appropriate method to produce non - linear line of regression when the data follows non - linear pattern.

Homework Equations



Would it be appropriate to use Newton's interpolating polynomial or Lagrange's polynomial at such circumstances? (one could select the most appropriate data points and then construct a polynomial using either method). Perhaps there are other methods that could be in this situation?
 
Physics news on Phys.org
No one has responded, so I'll take a shot. There are lots of options to choose from after you decide a regression line won't do the job, and the option to use would depend on your data. Besides using power functions or polynomials (including the two you mentioned), other options are exponential functions or logarithmic functions. Many spreadsheets, such as Excel, have this functionality, and let you choose which type to use.
 
Mark44 said:
No one has responded, so I'll take a shot. There are lots of options to choose from after you decide a regression line won't do the job, and the option to use would depend on your data. Besides using power functions or polynomials (including the two you mentioned), other options are exponential functions or logarithmic functions. Many spreadsheets, such as Excel, have this functionality, and let you choose which type to use.

Mark44, thank You for your response. I have came across the fact that excel can produce various functions for the data, however, I was unable to find the expression of such functions in the excel, and therefore I am unable to extrapolate the data. Perhaps there is something i do not know about excel?

Regards,
Cygni.
 
There is the LOGEST function in Excel that can be used to fit your data to a curve of the form y = bmx. There is also LINEST, which you can use to fit your data to y = mx + b, a straight line. I thought I remembered Excel having other functions of this type, but I don't see them in my copy of Excel 2007.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top