"표본평균과 표본분산"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
25번째 줄: 25번째 줄:
 
 
 
 
  
확률변수 <math>\bar{y}</math>의 경우
+
확률변수 <math>s^2</math>의 경우
  
<math>E(\bar{y})=\mu</math>, <math>V(\bar{y})=\frac{\sigma^2}{n}(\frac{N-n}{N-1})</math>
+
<math>E(s^2)=\frac{N}{N-1}\sigma^2</math>, <math>V(s^2)=\frac{\sigma^2}{n}(\frac{N-n}{N})</math>
  
 
 
 
 
66번째 줄: 66번째 줄:
  
 
[http://www.postech.ac.kr/%7Ehyelee/book/Chapter5.pdf http://www.postech.ac.kr/~hyelee/book/Chapter5.pdf]
 
[http://www.postech.ac.kr/%7Ehyelee/book/Chapter5.pdf http://www.postech.ac.kr/~hyelee/book/Chapter5.pdf]
 +
 +
 
 +
 +
 
 +
 +
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">이 항목의 수학노트 원문주소</h5>
 +
 +
 
 +
 +
 
 +
 +
<h5>개요</h5>
 +
 +
 
 +
 +
 
 +
 +
<h5>역사</h5>
 +
 +
 
 +
 +
* http://www.google.com/search?hl=en&tbs=tl:1&q=
 +
* [[수학사연표 (역사)|수학사연표]]
 +
 +
 
 +
 +
 
 +
 +
<h5>메모</h5>
 +
 +
 
 +
 +
* Math Overflow http://mathoverflow.net/search?q=
 +
 +
 
 +
 +
 
 +
 +
<h5>관련된 항목들</h5>
 +
 +
 
 +
 +
 
 +
 +
<h5 style="margin: 0px; line-height: 3.428em; color: rgb(34, 61, 103); font-family: 'malgun gothic',dotum,gulim,sans-serif; font-size: 1.166em; background-position: 0px 100%;">수학용어번역</h5>
 +
 +
*  단어사전<br>
 +
** http://www.google.com/dictionary?langpair=en|ko&q=
 +
** http://ko.wiktionary.org/wiki/
 +
* 발음사전 http://www.forvo.com/search/
 +
* [http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=&fstr= 대한수학회 수학 학술 용어집]<br>
 +
** http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=eng_term&fstr=
 +
* [http://www.kss.or.kr/pds/sec/dic.aspx 한국통계학회 통계학 용어 온라인 대조표]
 +
* [http://www.nktech.net/science/term/term_l.jsp?l_mode=cate&s_code_cd=MA 남·북한수학용어비교]
 +
* [http://kms.or.kr/home/kor/board/bulletin_list_subject.asp?bulletinid=%7BD6048897-56F9-43D7-8BB6-50B362D1243A%7D&boardname=%BC%F6%C7%D0%BF%EB%BE%EE%C5%E4%B7%D0%B9%E6&globalmenu=7&localmenu=4 대한수학회 수학용어한글화 게시판]
 +
 +
 
 +
 +
 
 +
 +
 
 +
 +
<h5>사전 형태의 자료</h5>
 +
 +
* http://ko.wikipedia.org/wiki/
 +
* http://en.wikipedia.org/wiki/
 +
* [http://eom.springer.de/default.htm The Online Encyclopaedia of Mathematics]
 +
* [http://dlmf.nist.gov/ NIST Digital Library of Mathematical Functions]
 +
* [http://eqworld.ipmnet.ru/ The World of Mathematical Equations]
 +
 +
 
 +
 +
 
 +
 +
<h5>리뷰논문, 에세이, 강의노트</h5>
 +
 +
 
 +
 +
 
 +
 +
 
 +
 +
<h5>관련논문</h5>
 +
 +
* http://www.jstor.org/action/doBasicSearch?Query=
 +
* http://www.ams.org/mathscinet
 +
* http://dx.doi.org/
 +
 +
 
 +
 +
 
 +
 +
<h5>관련도서</h5>
 +
 +
*  도서내검색<br>
 +
** http://books.google.com/books?q=
 +
** http://book.daum.net/search/contentSearch.do?query=

2011년 11월 4일 (금) 14:24 판

크기가 N인 유한모집단의 모평균이 \(\mu\), 모분산이 \(\sigma^2\) 이라고 가정하자.

여론조사의 경우라면, 모집단의 \(\mu\)와 \(\sigma^2\)를 알지 못하는 상태에서, 하나의 표본을 통하여 이를 추출하는 문제에 해당한다.

 

크기가 n인 표본 \(y_1,\cdots,y_n\) 을 모집단에서 추출했다고 하면, 이로부터 표본평균과 표본분산을 다음과 같이 얻는다.

\(\bar{y}=\sum_{i=1}^{n}y_{i}\)

\(s^2=\frac{1}{n-1}\sum_{i=1}^{n}(y_{i}-\bar{y})^2\)

 

\(\bar{y}\)와 \(s^2\) 는 모두 새로운 확률변수로 이해할 수 있으며, 이 확률변수의 평균과 분산을 모평균 \(\mu\), 모분산 \(\sigma^2\)를 통하여 표현하기를 원한다.

 

확률변수 \(\bar{y}\)의 경우

\(E(\bar{y})=\mu\), \(V(\bar{y})=\frac{\sigma^2}{n}(\frac{N-n}{N-1})\)

 

 

확률변수 \(s^2\)의 경우

\(E(s^2)=\frac{N}{N-1}\sigma^2\), \(V(s^2)=\frac{\sigma^2}{n}(\frac{N-n}{N})\)

 

 

 

 

 

 

표본분산

n-1로 나누기 vs n으로 나누기

 

n-1 로 나누는 경우, 비편향분산이라고 불리기도 하며, 모집단의 분산에 대한 불편추정량이 되는 좋은 성질을 갖는다.

http://en.wikipedia.org/wiki/Variance#Population_variance_and_sample_variance

http://en.wikipedia.org/wiki/Bessel%27s_correction

Bessel's correction yields an unbiased estimator of the population variance

http://www.minitab.com/support/documentation/answers/Why%20is%20S2%20the%20unbiased%20estimator.pdf

편향분산

 

 

관련도서

http://www.postech.ac.kr/~hyelee/book/Chapter5.pdf

 

 

이 항목의 수학노트 원문주소

 

 

개요

 

 

역사

 

 

 

메모

 

 

 

관련된 항목들

 

 

수학용어번역

 

 

 

사전 형태의 자료

 

 

리뷰논문, 에세이, 강의노트

 

 

 

관련논문

 

 

관련도서