Home ChungLab Wiki
    • 설명
    • 못 고치는 문서
    • Menu
      • Navigation
      • RecentChanges
      • FindPage
      • 사이트맵
      • Help
      • HelpContents
      • HelpOnMoinWikiSyntax
      • 보기
      • 첨부
      • 정보
      • 원문 보기
      • 인쇄용 화면
      • 수정
      • 로드
      • 저장
    • 로그인

    Navigation

    • FindPage
    • HelpContents
    • FunReading
    2015-09-25 05:37:05에 수정된 1번째 판
    • Class
    • Statistics
    • CentralLimitTheorem

    Central Limit Theorem

    • Asymptotic analysis

    • Central Limit Theorem (CLT):
      • sample size가 크다면 distribution of averages of iid variables (properly normalized) = a standard normal distribution
      • Normalization: ( X - μ ) / ( σ / sqrt(n) ) = Z ~ N( 0, 1 )

        • When population SD σ is unknown, the standard error of the sample mean (SEM) = SD of those sample means over all possible samples

        • SEM = SD / sqrt(n)
        • σ / sqrt ( n ) = the standard error of the sample mean

    • Suppose X_1, X_2, ... X_n are independent, identically distributed random variables from an infinite population with mean μ and variance σ2.

      • if n is large, the mean of the X's, call it X', is approximately normal with mean μ and variance σ2 / n.

      • 則, X'~ N( μ, σ2 / n ).

    • 예시1: 동전 던지기, 앞면 확률 P(h)= p 라면, E(h) = p, variance = p ( 1 - p )

      • 동전 던지기를 n 번씩 했을 때, 그 결과의 평균값이 μ이라면,

      • normalization: ( μ - p ) / SD = ( μ - p ) / sqrt ( p ( 1 - p ) / n )

    Copyright © ChungLab. Built on MoinMoin and Bootstrap. All Rights Reserved.