Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 고체역학
- LaTeX
- pytorch
- ChatGPT
- 에러기록
- 딥러닝
- 텝스공부
- Statics
- teps
- 생산성
- JAX
- Python
- 옵시디언
- Zotero
- 우분투
- Numerical Analysis
- 논문작성
- WOX
- 인공지능
- 텝스
- obsidian
- matplotlib
- IEEE
- MATLAB
- Linear algebra
- 수치해석
- Julia
- 논문작성법
- 수식삽입
- Dear abby
Archives
- Today
- Total
뛰는 놈 위에 나는 공대생
[추정] Estimator 역할 : Prediction, smoothing, filtering 본문
추론 & 추정 이론 Estimation
[추정] Estimator 역할 : Prediction, smoothing, filtering
보통의공대생 2023. 7. 24. 15:29Estimation 분류 기준에 대해 알고 싶으면 다음 글로 이동
measurement $z(t)$가 주어질 때 우리가 알고 싶은 signal $x(t)$가 있다고 하자.
이를 추정하기 위한 estimator $\hat{x}(t+\tau) \text{ at some time }t+\tau$가 있다. 이 estimator의 역할을 분류하면 다음과 같다.
- Prediction
$\tau>0$일 때 prediction. 미래의 값을 예측하는 것이기 때문이다. - Smoothing
$\tau<0$일 때 smoothing. - Filtering
그 때의 알고 싶은 값을 바로바로 추정하는 것이기 때문에 filtering이라고 한다.
Prediction과 filtering은 자주 접하는 application인데 smoothing은 신호처리 분야가 아니어서 그런지 본 예시가 없다.
'추론 & 추정 이론 Estimation' 카테고리의 다른 글
Maximum likelihood estimator에 대한 논문 (0) | 2023.08.01 |
---|---|
[추정] Estimation Theory 분류 (0) | 2022.02.11 |
Comments