Main Content

기하분포

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

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

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

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

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

함수

모두 확장

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

도움말 항목

  • 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.