Skip to content

Kalman Filter is ubiquitous in engineering control problems, including navigation, spacecraft trajectory analysis and manufacturing, it's also widely used in quantitative finance.

Notifications You must be signed in to change notification settings

ranja-sarkar/Kalman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kalman filter

Chapter 7 of my book discusses the Kalman filter.

3

Buy from Amazon: https://a.co/d/1zUEkNQ

The goal of a state space model is to infer information about the state variables of a dynamic system, given the observations. The algorithm for carrying out this procedure is the Kalman Filter.

An excerpt from my book:

5

The state space representation of a timeseries problem is a sequential analysis framework that typically includes tasks like filtering and smoothing. Refer to the code directory of this repo to find out more.

Find out more from another book: https://bookdown.org/rdpeng/timeseriesbook/state-space-models-and-the-kalman-filter.html

About

Kalman Filter is ubiquitous in engineering control problems, including navigation, spacecraft trajectory analysis and manufacturing, it's also widely used in quantitative finance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published