Proving that data follows a polynomial function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
gsingh2011
Messages
115
Reaction score
1
I can prove that data follows a curve of the form y=Ax^n and y=Ae^x by using log log and natural log transformations. I have some data that I believe is more complex, something of the form y=anx^n+an-1x^n-1+...+a1x+a0, in other words a polynomial function. Is there any way I can prove that it follows this form and what the order of the function would be?
 
Physics news on Phys.org
For fixed n the constants a_n, ... can be found by multivariate linear regression. Two ways to select the "best" n (i.e. to fit but not overfit) are by visual inspection and by use of a model selection criterion such as Bayesian information criterion.

Also a comment on the wording; in working with real data it's never possible to "prove" the data is from a particular model, only to show the model is in good agreement with the data.
 
Last edited:
Thanks for the reply. According to wikipedia, that model selection criterion you suggested only works if the data follows an exponential curve. Do you know anything for polynomials? I couldn't find anything just from googling, or I might have missed something since this is new to me.