Main Content

지원되는 분포

Statistics and Machine Learning Toolbox™는 모수 분포, 비모수적 분포, 연속 분포, 이산 분포를 포함하여 다양한 확률 분포를 지원합니다. 다음 표에는 지원되는 확률 분포와 각 분포의 사용 방법이 나와 있습니다. 자세한 내용은 확률 분포 사용하기 항목을 참조하십시오.

사용자 지정 확률 분포의 경우 사용자 지정 분포 템플릿을 사용하여 확률 객체를 만든 다음 분포 피팅기 앱 또는 확률 객체 함수를 사용합니다. 자세한 내용은 Define Custom Distributions Using the Distribution Fitter App 항목을 참조하십시오. 함수 핸들을 사용하여 사용자 지정 분포를 정의하고 mle 함수를 사용하여 최대가능도 추정값을 구할 수도 있습니다. 예제는 Fit Custom Distributions 항목을 참조하십시오.

연속 분포(데이터)

분포분포 객체앱 및 대화형 UI분포 전용 함수일반 함수
베타BetaDistribution분포 피팅기
확률 분포 함수
randtool
betapdf
betacdf
betainv
betastat
betafit
betalike
betarnd
pdf
cdf
icdf
random
mle
번바움-손더스(Birnbaum-Saunders)BirnbaumSaundersDistribution분포 피팅기pdf
cdf
icdf
random
mle
버(Burr) 타입 XII BurrDistribution분포 피팅기
확률 분포 함수
randtool
pdf
cdf
icdf
random
mle
지수 분포ExponentialDistribution분포 피팅기
확률 분포 함수
randtool
exppdf
expcdf
expinv
expstat
expfit
explike
exprnd
pdf
cdf
icdf
random
mle
극값ExtremeValueDistribution분포 피팅기
확률 분포 함수
randtool
evpdf
evcdf
evinv
evstat
evfit
evlike
evrnd
pdf
cdf
icdf
random
mle
감마GammaDistribution분포 피팅기
확률 분포 함수
randtool
gampdf
gamcdf
gaminv
gamstat
gamfit
gamlike
gamrnd
randg
pdf
cdf
icdf
random
mle
일반화 극값GeneralizedExtremeValueDistribution분포 피팅기
확률 분포 함수
randtool
gevpdf
gevcdf
gevinv
gevstat
gevfit
gevlike
gevrnd
pdf
cdf
icdf
random
mle
일반화 파레토GeneralizedParetoDistribution분포 피팅기
확률 분포 함수
randtool
gppdf
gpcdf
gpinv
gpstat
gpfit
gplike
gprnd
pdf
cdf
icdf
random
mle
절반 정규분포HalfNormalDistribution분포 피팅기
확률 분포 함수
randtool
pdf
cdf
icdf
random
mle
역가우스InverseGaussianDistribution분포 피팅기pdf
cdf
icdf
random
mle
로지스틱LogisticDistribution분포 피팅기pdf
cdf
icdf
random
mle
로그-로지스틱LoglogisticDistribution분포 피팅기pdf
cdf
icdf
random
mle
로그정규분포LognormalDistribution분포 피팅기
확률 분포 함수
randtool
lognpdf
logncdf
logninv
lognstat
lognfit
lognlike
lognrnd
pdf
cdf
icdf
random
mle
LoguniformLoguniformDistributionpdf
cdf
icdf
random
나카가미(Nakagami)NakagamiDistribution분포 피팅기pdf
cdf
icdf
random
mle
정규(가우스) 분포NormalDistribution분포 피팅기
확률 분포 함수
randtool
normpdf
normcdf
norminv
normstat
normfit
normlike
normrnd
pdf
cdf
icdf
random
mle
조각별 선형PiecewiseLinearDistribution
레일리(Rayleigh) 분포RayleighDistribution분포 피팅기
확률 분포 함수
randtool
raylpdf
raylcdf
raylinv
raylstat
raylfit
raylrnd
pdf
cdf
icdf
random
mle
라이시안(Rician) 분포RicianDistribution분포 피팅기pdf
cdf
icdf
random
mle
안정분포StableDistribution분포 피팅기
pdf
cdf
icdf
random
mle
삼각형분포TriangularDistribution
균등분포(연속)UniformDistribution확률 분포 함수
randtool
unifpdf
unifcdf
unifinv
unifstat
unifit
unifrnd
pdf
cdf
icdf
random
mle
베이불(Weibull)WeibullDistribution분포 피팅기
확률 분포 함수
randtool
wblpdf
wblcdf
wblinv
wblstat
wblfit
wbllike
wblrnd
pdf
cdf
icdf
random
mle

연속 분포(통계량)

이산 분포

다변량 분포

비모수 분포

분포분포 객체앱 및 대화형 UI분포 전용 함수
커널KernelDistribution분포 피팅기ksdensity
파레토 꼬리paretotails

유연한 분포군

관련 항목