File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
logseq/bak/pages/Introduction-to-Estimation-Summer-Course Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ # MIW
2
+ - ## Opening & keynote
3
+ - ## Toward the realization
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments