Main Content

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

일반화 파레토 분포

일반화 파레토 분포에서 임의 표본 피팅, 실행, 생성

어떤 분포에서 극단적인 사건을 모델링하려면 일반화 파레토 분포(GPD)를 사용하십시오. Statistics and Machine Learning Toolbox™에서는 다음과 같이 GPD를 사용하는 여러 방법을 제공합니다.

  • 확률 분포를 표본 데이터에 피팅하거나 모수 값을 지정하여 확률 분포 객체 GeneralizedParetoDistribution을 생성합니다. 그런 다음 객체 함수를 사용하여 분포를 실행하고, 난수를 생성하는 등의 작업을 수행합니다.

  • 분포 피팅기 앱을 사용하여 대화형 방식으로 GPD를 사용합니다. 앱에서 객체를 내보내고 객체 함수를 사용할 수 있습니다.

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

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

  • paretotails 객체를 만들어 GPD를 사용해 분포의 꼬리를 모델링하고 중심에는 또다른 분포를 갖도록 합니다. paretotails 객체는 꼬리에 하나 또는 두 개의 GPD, 그리고 중심에 다른 하나의 분포를 가지는 구간별 분포입니다. 이 객체를 만들 때 paretotailscdffun 인수를 사용하여 중심에 사용할 분포 유형을 지정할 수 있습니다. cdffun의 유효한 값은 'ecdf'(보간된 경험적 누적 분포), 'kernel'(보간된 커널 평활화 추정량) 및 함수 핸들입니다. 객체를 만든 후에는 객체 함수를 사용하여 분포를 실행하고 난수를 생성할 수 있습니다.

일반화 파레토 분포에 대한 자세한 내용은 Generalized Pareto Distribution 항목을 참조하십시오.

객체

GeneralizedParetoDistribution일반화 파레토 확률 분포 객체

분포 피팅기데이터에 확률 분포 피팅하기
확률 분포 함수Interactive density and distribution plots

함수

모두 확장

GeneralizedParetoDistribution 객체 만들기

makedist확률 분포 객체 만들기
fitdist확률 분포 객체를 데이터에 피팅하기

GeneralizedParetoDistribution 객체 작업

cdf누적 분포 함수
gatherGather properties of Statistics and Machine Learning Toolbox object from GPU (R2020b 이후)
icdf역누적 분포 함수
iqr확률 분포의 사분위 범위
mean확률 분포의 평균
medianMedian of probability distribution
negloglik확률 분포의 음의 로그 가능도
paramci확률 분포 모수에 대한 신뢰구간
pdf확률 밀도 함수
plotPlot probability distribution object (R2022b 이후)
proflikProfile likelihood function for probability distribution
random난수
std확률 분포의 표준편차
truncate확률 분포 객체 절단
var확률 분포의 분산

paretotails 객체 만들기

paretotailsPiecewise distribution with Pareto tails

paretotails 객체 작업

boundaryPiecewise distribution boundaries
cdf누적 분포 함수
icdf역누적 분포 함수
lowerparamsLower Pareto tail parameters
nsegmentsNumber of segments in piecewise distribution
pdf확률 밀도 함수
random난수
segmentPiecewise distribution segments containing input values
upperparamsUpper Pareto tail parameters
gpcdfGeneralized Pareto cumulative distribution function
gppdfGeneralized Pareto probability density function
gpinvGeneralized Pareto inverse cumulative distribution function
gplikeGeneralized Pareto negative loglikelihood
gpstatGeneralized Pareto mean and variance
gpfitGeneralized Pareto parameter estimates
gprndGeneralized Pareto random numbers
mle최대가능도 추정값
mlecovAsymptotic covariance of maximum likelihood estimators
histfit분포가 피팅된 히스토그램
probplot확률 플롯
plotPlot probability distribution object (R2022b 이후)
qqplotq-q(분위수-분위수) 플롯
randtool대화형 난수 생성

도움말 항목