Solution of Bayesian estimation example
Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Bayesian estimation example:
We have two measurements of state (x) using two sensors. x1=3 from sensor 1 and x2=5 from sensor 2. We know that sensor 1 has zero mean Gaussian noise with variance=1 and sensor 2 has zero mean Gaussian noise with variance=0.25. Find MMSE estimate of x and its variance.
Solution: From the code attached we get:
Expected value of x=4.6
Variance of x=0.2
This can be related to Kalman filter estimation as:
K=1/(1+0.25)=0.8
x=3+K*(5-3)=4.6
P=(1-K)*1=0.2
Citation pour cette source
Ayad Al-Rumaithi (2026). Bayesian Estimation Example (https://fr.mathworks.com/matlabcentral/fileexchange/71993-bayesian-estimation-example), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.0.4 (1,39 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.4 | Added website |
||
| 1.0.3 | Comments |
||
| 1.0.2 | comments in code |
||
| 1.0.1 | description |
||
| 1.0.0 |
