Hi @sleepymalc,
Thank you for sharing the code.
I found this work is really interesting, and I was wondering the possibility of finding most influential subset in a state estimation problem.
Specifically, the problem I want to solve is to find outlier measurements which affect the state estimates the most. In a state estimation problem, we often want to solve the following equation:
$$
y = h(x) + \epsilon \approx Hx + \epsilon
$$
where $y$ is measurement vector, $H$ is partial derivatives of measurement to states, and $\epsilon$ is measurement noise. Normally, $H$ is known and the estimated parameters is $x$ vector. The problem I want to solve is to know how the outlier measurements in $y$ vector would affect the quality of state estimation.
In this paper, you mentioned that the MISS is designed for excluding k points and k<<n. However, in my case, normally n is smaller than 30, but the number of outlier can be 6 or 7. I would like to know if the influence analysis still applicable in a state estimation problem to find a most influential subset?
Thanks!
Hi @sleepymalc,
Thank you for sharing the code.
I found this work is really interesting, and I was wondering the possibility of finding most influential subset in a state estimation problem.
Specifically, the problem I want to solve is to find outlier measurements which affect the state estimates the most. In a state estimation problem, we often want to solve the following equation:
where$y$ is measurement vector, $H$ is partial derivatives of measurement to states, and $\epsilon$ is measurement noise. Normally, $H$ is known and the estimated parameters is $x$ vector. The problem I want to solve is to know how the outlier measurements in $y$ vector would affect the quality of state estimation.
In this paper, you mentioned that the MISS is designed for excluding
kpoints andk<<n. However, in my case, normallynis smaller than 30, but the number of outlier can be 6 or 7. I would like to know if the influence analysis still applicable in a state estimation problem to find a most influential subset?Thanks!