Fitting data to complicated model

yumyumyum
Messages
4
Reaction score
0
1) For standard non-linear least squares, the standard approaches are to either
a) to use the jacobian to linearize, and proceed with linear regression, or to
b) linearize the raw data

2) When data needs to be "fit" to a complicated model (e.g. some non-linear differential equation) that has no closed form analytic solution, people typically run a simulation varying the model parameters until the least squares residuals is minimized. Fit parameter distributions are then estimated using monte carlo boostrap, or a polynomial approximation in the vicinity of the residual least squares minimum.

Has anyone here seen any literature about linearizing the data for case 2 and fitting with a difference equation approximation for the non-linear dif. e.q. ? For example let's say our data is described by y = A*exp(-t/tau)+c. The y data can be linearized by with a time difference approximation

y(t+1)-y(t)/dt = -y(t)/tau.

and the equation above can be use to fit it. This technique would also apply to more complicated non-linear diffy q's so long they can represented as difference equations.
 
Mathematics news on Phys.org
A straightforward method to fit the function y = A*exp(-t/tau)+c is presented papes 16-17 in the paper :

https://fr.scribd.com/doc/14674814/Regressions-et-equations-intégrales

In this paper it is shown that fitting functions from differential equation is not robust in case of scattered data. It is suggested to use integral equation instead of differential (so, to first transform it into integral equation).
 
  • Like
Likes yumyumyum
Thanks for the reply jjac. Unfortunately i don't speak french :[

A better way of phrasing my question is. Can one transform the raw data into a phase space representation, and then fit the transformed data using equations describing phase space for the diffy q. This would be useful since extracting phase space equations from a non-linear differential equation is easier then solving the deffy q.
 
@ yumyumyum : Sorry, I have no answer on this way.
 
yumyumyum said:
For example let's say our data is described by y = A*exp(-t/tau)+c. The y data can be linearized by with a time difference approximation

y(t+1)-y(t)/dt = -y(t)/tau.
As long as you have an idea of the mathematical relationship, you can use several techniques to determine the parameters. The problem is that your "idea of a mathematical relationship" will "pollute" the data. Usually, a set of wildly different mathematical relationships can be used to describe a data set with whatever degree of accuracy you want.

For a more stringent explanation, check out Bayesian statistics (https://en.wikipedia.org/wiki/Bayesian_statistics).
 
I've never heard of "fitting data to a model". I thought the objective was always the other way around- to fit the model to the data.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top