Code Monkey home page Code Monkey logo

kalman_filter's Introduction

kalman_filter

An implimentation of a kalman filter, a tool to estimate values in an uncertain environment with uncertain measurement

The Kalman Filter is used to estimate conditions where we are uncertain about value and we recieve measurements.

A good example is the 1 dimensional Brownian motion, where we have an object a some position X At any moment, the position is uncertain with a gausian distribution. For every time step (of an arbitrary amount) we apply a transition function. In the case of the 1 dimensional movement, we simply flatten the gausian (the object randomly moves in some as-yet-unknown direction) Finally, we udpate the gausian with a measurement (it itself a gausian distribution) which we combine with our prior.

The final process looks like this

  1. Take some initial position
  2. Update position
  3. Take measurement

More complicated examples can take the form of movement with aceleration, speed and position.

This work will be used to hopefully represent position for a drone (to come)

kalman_filter's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.