Fitting a ballistic trajectory to noisy data where

painter555ui8n

painter555ui8n

Answered question

2022-04-07

Fitting a ballistic trajectory to noisy data where both spacial and temporal domains observations are noisy
Fitting a curve to noisy data is somewhat trivial. However it generally assumes that data abscissa is fixed, and the error is computed on the ordinate.
In my setup, I have 3D spacial observations of ballistic trajectories (that I model with a simple parabola), but the observations time are also noisy.
Therefore, I have to estimate the initial position y0,y0,z0 and initial speed vx0,vy0,vz0, based on 4D (noisy) observations (Xi,Yi,Zi,Ti),i[0,N], such that they fit the following model:
{x(t)=x0+vx0ty(t)=y0+vy0tz(t)=z0+vz0tg2t2
with t monotonically increasing with i.
I'm not sure how to formulate such optimization problem because I have 6 parameters to estimate, but also 4N variables with only 3N equations… My intuition tells me there's only one single parabola that minimizes the error (MSE for example), but I can't formulate the problem.

Answer & Explanation

cab65699m

cab65699m

Beginner2022-04-08Added 14 answers

Hint.
Define an error function like
E(x0,y0,z0,vx0,vy0,vz0)=k(xkx0vx0tk)2+(yky0vy0tk)2+(zkz0vz0tkg2tk2)2
so the minimum can easily be obtained by solving E=0

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?