Skip to content

Instantly share code, notes, and snippets.

@qingwei91
Created September 14, 2017 13:32
Show Gist options
  • Select an option

  • Save qingwei91/e6d6a9444d45f9f4610945acade6d00e to your computer and use it in GitHub Desktop.

Select an option

Save qingwei91/e6d6a9444d45f9f4610945acade6d00e to your computer and use it in GitHub Desktop.

Motivation

Informally, kalman filter helps us to improve estimation of data when measurement is subject to noise. 3 basic concepts to understand

Measurement

Data collected, it is inaccurate due to noise and also lack of accuracy due to collection mechanism, ie. inaccurate sensor

typically denoted as Z

Estimation

Our estimation of actual value, based on measure, generally it will be different from measurement, as we assert that measure is not accurate

Prediction

Our prediction of next measurement, ie. T+1, it is based on the measurements and estimations we've made so far, ie. 0 - T

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment