Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

기하분포

기하분포에서 임의 표본 실행 및 생성

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

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

  • 일반 분포 함수(cdf, icdf, pdf, random)를 지정된 분포 이름('Geometric') 및 모수와 함께 사용합니다.

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

함수

모두 확장

cdf누적 분포 함수
icdf역누적 분포 함수
pdf확률 밀도 함수
mle최대가능도 추정값
random난수
randtool대화형 난수 생성
geocdfGeometric cumulative distribution function
geopdfGeometric probability density function
geoinvGeometric inverse cumulative distribution function
geostatGeometric mean and variance
georndGeometric random numbers

도움말 항목

  • Geometric Distribution

    The geometric distribution models the number of failures before one success in a series of independent trials, where each trial results in either success or failure, and the probability of success in any individual trial is constant.