Example Post
This is an example blog post written in Markdown.
Section 1
Here's some content with bold text and italic text.
Code Example
function example() {
return "Hello, World!";
}
Section 2
Here's a list:
Item 1
Item 2
Item 3
And a numbered list:
- First item
- Second item
- Third item
First item
Second item
Third item
This is a blockquote.
This is a blockquote.
This is a horizontal rule above.
Example 7.1.1.
Estimator(추정량)의 품질을 어떻게 평가할 것인가..?
주어진 상황 : X1,X2,…,Xn∼N(μ,σ2) ,S2=n−11∑i=1n(Xi−Xˉ)2
여기서 parameter(모수) σ2 를 추정하려고 함
즉, θ=σ2를 추정하기 위한 추정량 θ^를 비교
3가지 추정량을 문제에서 제시함
θ^1=S2,θ^2=nn−1S2,θ^3=17
Loss function
L(θ,θ^)=(θ−θ^)2
추정값이 실제값과 얼마나 차이가 나는지를 나타내는 Quadratic Loss(제곱 손실)
Risk function
R(θ,θ^)=E[L(θ,θ^)]=E[(θ−θ^)2]
"이 추정량이 얼마나 안정적으로 정확한가?"
평균적인 손실
모든 θ에 대해 R(θ,θ^)를 동시에 최소화하는 추정량이 존재할까?
Block Math Example
블록 수식 예제:
∫−∞∞e−x2dx=π 또 다른 블록 수식:
f(x)=n=0∑∞n!f(n)(a)(x−a)n