Main Content

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

카이제곱 분포

카이제곱 분포에서 임의 표본 실행 및 생성

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

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

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

카이제곱 분포에 대해 알아보려면Chi-Square Distribution항목을참조하십시오。

함수

모두 확장

cdf 누적 분포 함수
icdf Inverse cumulative distribution function
pdf 확률 밀도 함수
random 난수
chi2cdf Chi-square cumulative distribution function
chi2pdf Chi-square probability density function
chi2inv Chi-square inverse cumulative distribution function
chi2stat 카이제곱 평균과 분산
chi2gof 카이제곱 적합도 검정
chi2rnd Chi-square random numbers

도움말 항목

  • Chi-Square Distribution

    The chi-square distribution is commonly used in hypothesis testing, particularly the chi-square test for goodness of fit.