Trajectory Approximation starting from multiple ones

1 次查看(过去 30 天)
How do I get to a single "nominal" trajectory giving multiples ones with associated different weights of goodness ?
Thks

回答(1 个)

Raunak Gupta
Raunak Gupta 2019-10-4
Hi,
There is a similar question which may be of relevance to you:
Here for 'goodness' you may need to attach some other statistical metric instead of taking mean of all trajectory points.
  3 个评论
Raunak Gupta
Raunak Gupta 2019-10-4
Hi,
p is only valid for a single trajectory and it controls how the coefficient of the fitted cubic polynomial turns out (Based on smoothness and error parameter). So for adding wieght sense to p value for different trajectories will require to make the additional constraint of keeping the data-points same in each trajectory, otherwise if datapoints are different in each trajectories (which definitely will be) adding the polynomials together will not make sense and the process will end up having a set of polynomials for each trajectory. So, I suggest try making single set of data-points from multiple trajectories (This is mentioned in the last line of above answer) and then using Cubic Smoothing Spline for estimating the set of polynomials for successive pair of points.
You may try out with different p values for final data-point set to check if the generated path is upto the expectation or not.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by