Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/niklasvonm/kalman-bucy-filter

Shiny App for visualizing the Kalman-Bucy-Filter with multiple models, inspired by Oeksendal (2003).
https://github.com/niklasvonm/kalman-bucy-filter

Last synced: 23 days ago
JSON representation

Shiny App for visualizing the Kalman-Bucy-Filter with multiple models, inspired by Oeksendal (2003).

Awesome Lists containing this project

README

        

# Kalman-Bucy Filter

This repository contains a simple R Shiny app simulating the one-dimensional Kalman-Bucy filter - a continuous-time model for adjusting predictions of dynamic, noisy environments in real-time.

See Kalman_Bucy_Filter_Handout.pdf for my short notes or [[1]](#1) for all technical details.

![app screenshot](docs/shiny-app-screenshot.png)

## Applications

The Kalman-Bucy filter and its discrete-time-version, the Kalman filter, have been used for navigation of the Apollo Lunar Module [[2]](#1) and many other applications [[3]](#3).

## References

[1]
[Øksendal, B. (2003). Stochastic Differential Equations, 85-104](https://doi.org/10.1007/978-3-642-14394-6_5)

[2]
[Suddath, J. H., Kidd, R. H. III, & Reinhold, A. G. (1967). A Linearized Error Analysis of Onboard Primary Navigation Systems for the Apollo Lunar Module, NASA TN D-4427. National Aeronautics and Space Administration.](https://ntrs.nasa.gov/api/citations/19670025568/downloads/19670025568.pdf)

[3]
[Wikipedia: Kalman filter](https://en.wikipedia.org/wiki/Kalman_filter)