Main Content

초기하분포

초기하분포 또는 이에 대한 역분포 실행, 의사 난수 표본 생성

Statistics and Machine Learning Toolbox™에서는 다음과 같이 초기하분포를 사용하는 여러 방법을 제공합니다.

  • 지정된 분포 모수를 이용해 분포 전용 함수를 사용합니다. 이 함수는 여러 초기하분포의 모수를 받을 수 있습니다.

  • 일반 분포 함수를 지정된 분포 이름("Hypergeometric") 및 대응하는 모수와 함께 사용합니다.

초기하분포에 대해 알아보려면 Hypergeometric Distribution 항목을 참조하십시오.

함수

모두 확장

hygecdf초기하 누적 분포 함수
hygepdf초기하 확률 밀도 함수
hygeinvHypergeometric inverse cumulative distribution function
hygestatHypergeometric mean and variance
hygerndHypergeometric random numbers
random난수
cdf누적 분포 함수
icdf역누적 분포 함수
pdf확률 밀도 함수
random난수

도움말 항목

  • Hypergeometric Distribution

    The hypergeometric distribution models the total number of successes in a fixed-size sample drawn without replacement from a finite population.