Skip to content

Commit 8d27897

Browse files
committed
[logseq-plugin-git:commit] 2024-12-08T06:59:12.717Z
1 parent 626b7e7 commit 8d27897

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

journals/2024_11_13.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# MIW
2+
- ## Opening & keynote
3+
- ## Toward the realization
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
- The **assumptions** for the model is important
2+
- eg, kalman filter: white & gaussian noise
3+
- ## Deterministic model does not provide perfect estimation
4+
- NO perfect mathematical model
5+
- Dynamic models are driven not only by our own control input, but also the disturbance from the environment
6+
- Sensor do not provide perfect and complete observation
7+
- ## Gaussian Random variables
8+
- Normal distribution
9+
- only two variable
10+
- Colour Gaussian (multiple Gaussian)
11+
- Joint PDF (dimension more then 1) [聯合分布 - 維基百科,自由的百科全書 (wikipedia.org)](https://zh.wikipedia.org/zh-tw/%E8%81%94%E5%90%88%E5%88%86%E5%B8%83)
12+
- ## The choose of optimal estimation
13+
- Base on the suitable assumption
14+
- ## Least Square
15+
- Loss func.: $L(\hat{x})=(z-H \hat{x})^T W (z-H \hat{x})$
16+
- Finding the minimun->1st derivation = 0, 2nd derivation > 0
17+
- ### Implementation
18+
- Batch
19+
- Summation of Normals
20+
- Sequential

0 commit comments

Comments
 (0)