Date: January 20, 2024

Topic: Kalman Filters

Recall

Notes

Kalman Filter Introduction

Application in Robotics


Gaussian distribution is a continuous and unimodal distribution depending on the mean and variance of the graph

The larger the variance, the wider the graph becomes. To get the maximum value of the graph, set $x=\mu$

The certainty of the distribution is shown by the wideness of the curve, with a narrower curve having a more certain distribution

Gaussian Intro

Untitled

Gaussian Distribution:

$$ f(x) = \frac{1}{\sigma\sqrt{2\pi}}\exp^{-\frac{1}{2}(\frac{x-\mu}{\sigma})^2} $$

Distribution certainties

Untitled


<aside> 📌 SUMMARY: Gaussian distribution helps us to model uncertainties which are unimodal and continuous. The $\mu$ term determines where the center of the graph is, and the $\sigma$ term determines the wideness of the curve

</aside>


Date: January 20, 2024

Topic: Shifting the Mean

Recall

Notes

Gaussian in Motion and Measurement Updates

Green graph is the result of multiplying the blue and black Gaussians

Green graph is the result of multiplying the blue and black Gaussians





<aside> 📌 SUMMARY: Kalman filters give an approximation of the future location via measuring first then moving

</aside>