주요 콘텐츠

일변량 연속 분포

실수 값 분포에서 표본 계산, 피팅 및 생성

일변량 연속 분포는 어떠한 값도 취할 수 있는 연속 확률 변수가 한 개 있는 확률 분포입니다. Statistics and Machine Learning Toolbox™는 일변량 연속 분포를 다룰 수 있는 여러 가지 방법을 제공합니다.

  • 분포 객체를 만들고 분포 객체 함수를 사용합니다.

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

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

자세한 내용은 확률 분포 사용하기 항목을 참조하십시오.

분포 피팅기데이터에 확률 분포 피팅하기

확률 분포 함수 툴Interactive density and distribution plots
randtool대화형 난수 생성

객체

모두 확장

ExtremeValueDistribution극값 확률 분포 객체
GeneralizedExtremeValueDistribution일반화 극값 확률 분포 객체
LogisticDistribution로지스틱 확률 분포 객체
LoglogisticDistribution로그-로지스틱 확률 분포 객체
NormalDistribution정규 확률 분포 객체
HalfNormalDistributionHalf-normal probability distribution object
LognormalDistribution로그정규 확률 분포 객체
paretotailsPiecewise distribution with Pareto tails
GeneralizedParetoDistribution일반화 파레토 확률 분포 객체
UniformDistribution균등 확률 분포 객체
LoguniformDistributionLoguniform probability distribution object (R2021b 이후)
BetaDistribution베타 확률 분포 객체
BirnbaumSaundersDistributionBirnbaum-Saunders probability distribution object
BurrDistribution버(Burr) 확률 분포 객체
ExponentialDistribution지수 확률 분포 객체
GammaDistribution감마 확률 분포 객체
InverseGaussianDistribution역가우스 확률 분포 객체
KernelDistribution커널 확률 분포 객체
NakagamiDistribution나카가미(Nakagami) 확률 분포 객체
PearsonDistributionPearson probability distribution object (R2025a 이후)
PiecewiseLinearDistribution조각별 선형 확률 분포 객체
RayleighDistribution레일리 확률 분포 객체
RicianDistribution라이시안(Rician) 확률 분포 객체
StableDistribution안정 확률 분포 객체
tLocationScaleDistributiont 위치-척도 확률 분포 객체
TriangularDistribution삼각형 확률 분포 객체
WeibullDistribution베이불 확률 분포 객체

함수

모두 확장

makedist확률 분포 객체 만들기
fitdist확률 분포 객체를 데이터에 피팅하기
cdf누적 분포 함수
gatherGather properties of Statistics and Machine Learning Toolbox object from GPU
icdf역누적 분포 함수
iqr확률 분포의 사분위 범위
mean확률 분포의 평균
medianMedian of probability distribution
negloglik확률 분포의 음의 로그 가능도
paramci확률 분포 모수에 대한 신뢰구간
pdf확률 밀도 함수
plotPlot probability distribution object (R2022b 이후)
proflikProfile likelihood function for probability distribution
qqplotq-q(분위수-분위수) 플롯
random난수
std확률 분포의 표준편차
truncate확률 분포 객체 절단
var확률 분포의 분산
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
cdf누적 분포 함수
histfit분포가 피팅된 히스토그램
icdf역누적 분포 함수
mle최대가능도 추정값
mlecovAsymptotic covariance of maximum likelihood estimators
pdf확률 밀도 함수
qqplotq-q(분위수-분위수) 플롯
random난수
betacdf베타 누적 분포 함수
betapdf베타 확률 밀도 함수
betainv베타 역누적 분포 함수
betalikeBeta negative loglikelihood
betastat베타 평균과 분산
betafitBeta parameter estimates
betarnd베타 난수
chi2cdf카이제곱 누적 분포 함수
chi2pdf카이제곱 분포의 확률 밀도 함수
chi2inv카이제곱 역누적 분포 함수
chi2stat카이제곱 평균과 분산
chi2gof카이제곱 적합도 검정
chi2rnd카이제곱 난수
ncx2cdf비중심 카이제곱 누적 분포 함수
ncx2pdfNoncentral chi-square probability density function
ncx2inv비중심 카이제곱 역누적 분포 함수
ncx2statNoncentral chi-square mean and variance
ncx2rndNoncentral chi-square random numbers
expcdfExponential cumulative distribution function
exppdf지수 확률 밀도 함수
expinvExponential inverse cumulative distribution function
explikeExponential negative loglikelihood
expstat지수 평균과 분산
expfit지수 모수 추정값
exprnd지수 난수
evcdf극값 누적 분포 함수
evpdf극값 분포의 확률 밀도 함수
evinv극값 역누적 분포 함수
evlikeExtreme value negative loglikelihood
evstat극값 평균과 분산
evfit극값 모수 추정값
evrnd극값 난수
gevcdf일반화 극값 누적 분포 함수
gevpdf일반화 극값 확률 밀도 함수
gevinv일반화 극값 역누적 분포 함수
gevlikeGeneralized extreme value negative loglikelihood
gevstatGeneralized extreme value mean and variance
gevfit일반화 극값 모수 추정값
gevrndGeneralized extreme value random numbers
fcdfF 누적 분포 함수
fpdfF 확률 밀도 함수
finvF 역누적 분포 함수
fstatF 평균과 분산
frndF 난수
ncfcdfNoncentral F cumulative distribution function
ncfpdfNoncentral F probability density function
ncfinvNoncentral F inverse cumulative distribution function
ncfstatNoncentral F mean and variance
ncfrndNoncentral F random numbers
random난수
gamcdf감마 누적 분포 함수
gampdf감마 확률 밀도 함수
gaminv감마 역누적 분포 함수
gamlikeGamma negative loglikelihood
gamstat감마 평균과 분산
gamfit감마 모수 추정값
gamrnd감마 난수
randgGamma random numbers with unit scale
ksdensity일변량 데이터와 이변량 데이터에 대한 커널 평활화 함수 추정값
mvksdensityKernel smoothing function estimate for multivariate data
normcdf정규 누적 분포 함수
normpdf정규 확률 밀도 함수
norminv정규 역누적 분포 함수(Normal Inverse Cumulative Distribution Function)
normlikeNormal negative loglikelihood
normstatNormal mean and variance
normfitNormal parameter estimates
normplot정규 확률 플롯
normrnd정규분포 난수
normspecNormal density plot shading between specifications
logncdf로그정규 누적 분포 함수
lognpdf로그정규 확률 밀도 함수
logninv로그정규분포의 역누적 분포 함수
lognlikeLognormal negative loglikelihood
lognstatLognormal mean and variance
lognfitLognormal parameter estimates
lognrnd로그정규분포 난수
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
pearspdfPearson probability density function (R2023b 이후)
pearscdfPearson cumulative distribution function (R2023b 이후)
pearsrndPearson system random numbers
pearsinvPearson inverse cumulative distribution function (icdf) (R2025a 이후)
raylcdf레일리 누적 분포 함수
raylpdf레일리 확률 밀도 함수
raylinvRayleigh inverse cumulative distribution function
raylstat레일리 평균과 분산
raylfit레일리 모수 추정값
raylrnd레일리 난수
nctcdfNoncentral t cumulative distribution function
nctpdfNoncentral t probability density function
nctinv비중심 t 역누적 분포 함수
nctstat비중심 t 평균과 분산
nctrndNoncentral t random numbers
tcdf스튜던트 t 누적 분포 함수
tpdf스튜던트 t 분포의 확률 밀도 함수
tinv스튜던트 t 역누적 분포 함수
tstat스튜던트 t의 평균 및 분산
trnd스튜던트 t 난수
ttest1-표본 및 대응표본 t-검정
ttest22-표본 t-검정
rand균등분포 난수
unifcdf연속 균등분포의 누적 분포 함수
unifpdf이산 균등분포의 확률 밀도 함수
unifinv연속 균등분포의 역누적 분포 함수
unifitContinuous uniform parameter estimates
unifstat연속 균일 평균과 분산
unifrnd연속 균일 난수
wblcdf베이불 누적 분포 함수
wblpdf베이불 확률 밀도 함수
wblinv베이불(Weibull) 역누적 분포 함수
wbllikeWeibull negative loglikelihood
wblstat베이불의 평균 및 분산
wblfitWeibull parameter estimates
wblrnd베이불 난수
wblplot베이불 확률 플롯

도움말 항목

카이제곱 분포

  • 카이제곱 분포
    카이제곱 분포는 일반적으로 가설검정, 특히 피팅의 적합도에 대한 카이제곱 검정에 사용됩니다.
  • Noncentral Chi-Square Distribution
    The noncentral chi-square distribution is a more general case of the chi-square distribution, with applications in thermodynamics and signal processing.

극값 분포

  • Extreme Value Distribution
    Extreme value distributions are often used to model the smallest or largest value in a large set of independent, identically distributed random values representing measurements or observations.
  • Generalized Extreme Value Distribution
    The generalized extreme value distribution is often used to model the smallest or largest value in a large set of independent, identically distributed random values representing measurements or observations.

F 분포

  • F 분포
    F 분포는 흔히 F-검정에서와 같이 분산분석에 사용됩니다.
  • Noncentral F Distribution
    The noncentral F distribution is a more general case of the F distribution and is used to calculate the power of a hypothesis test relative to a particular alternative.

로지스틱 분포

  • 로지스틱 분포
    로지스틱 분포는 성장 모델에 대해 그리고 로지스틱 회귀에서 사용됩니다.
  • 로그-로지스틱 분포
    로그-로지스틱 분포는 로그가 로지스틱 분포를 갖는 확률 분포입니다.

정규분포

  • 정규분포
    정규분포에 대해 알아봅니다. 정규분포는 2-모수(평균 및 표준편차) 곡선족입니다. 중심 극한 정리(Central Limit Theorem)에서는 표본 크기가 무한대로 이동함에 따라 정규분포가 모든 분포에서 추출된 독립된 표본의 합을 모델링한다고 규정합니다.
  • Half-Normal Distribution
    The half-normal distribution is a special case of the folded normal and truncated normal distributions.
  • 로그정규분포
    로그정규분포는 로그가 정규분포를 갖는 확률 분포입니다.

t 분포

  • Noncentral t Distribution
    The noncentral t distribution is a more general case of the Student’s t distribution and is used to calculate the power of the t test.
  • 스튜던트 t 분포
    스튜던트 t 분포는 단일 모수 ν(자유도)에 종속적인 곡선족입니다.
  • t Location-Scale Distribution
    The t location-scale distribution is useful for modeling data distributions with heavier tails (more prone to outliers) than the normal distribution.

균등분포

  • 균등분포(연속)
    균등분포(직사각형 분포라고도 함)는 2개의 경계 모수 간에 일정한 확률 분포 함수를 갖기 때문에 주목할 만합니다.
  • Loguniform Distribution
    The loguniform distribution (also called the reciprocal distribution) has a density that is proportional to the reciprocal of the variable value within its two bounding parameters.

베이불(Weibull) 분포

  • 베이불(Weibull) 분포
    베이불 분포는 재료의 파괴 강도를 모델링하는 데 적절한 분석 툴입니다. 현재, 신뢰도 및 수명 모델링에도 사용되고 있습니다.
  • Three-Parameter Weibull Distribution
    Find maximum likelihood estimates (MLEs) for the three-parameter Weibull distribution with scale, shape, and location parameters.

기타 분포

  • 베타 분포
    베타 분포는 구간 [0,1]에서만 0이 아닌 곡선족을 설명합니다.
  • Birnbaum-Saunders Distribution
    The Birnbaum-Saunders distribution was originally proposed as a lifetime model for materials subject to cyclic patterns of stress and strain, where the ultimate failure of the material comes from the growth of a prominent flaw.
  • Burr Type XII Distribution
    The Burr type XII distribution is a three-parameter family of distributions on the positive real line.
  • 지수 분포
    지수 분포는 시간이 지남에 따라 무작위로 발생하는 이벤트를 모델링하는 데 사용됩니다. 주요 응용 분야는 수명 연구입니다.
  • 감마 분포
    감마 분포는 기하급수적으로 분산된 확률 변수의 합을 모델링합니다.
  • 역가우스 분포
    왈드 분포라고도 하는 역가우스 분포는 양의 방향으로 편중된 음이 아닌 데이터를 모델링하는 데 사용됩니다.
  • 커널 분포
    커널 분포는 확률 변수의 확률 밀도 함수에 대한 비모수적 표현입니다.
  • 나카가미(Nakagami) 분포
    통신 이론에서, 나카가미 분포는 여러 경로로 수신기에 도달하는 산란 신호를 모델링하기 위해 사용됩니다.
  • Generalized Pareto Distribution
    The generalized Pareto distribution is used to model extreme events from a distribution.
  • Pearson Distribution
    The Pearson distribution is a flexible, four-parameter distribution that has an arbitrary mean, standard deviation, skewness, and kurtosis.
  • Piecewise Linear Distribution
    The piecewise linear distribution creates a nonparametric representation of the cumulative distribution function (cdf) by linearly connecting the known cdf values from the sample data.
  • 레일리(Rayleigh) 분포
    레일리 분포는 베이불 분포의 특수한 사례로, 통신 이론에서 응용됩니다.
  • 라이시안(Rician) 분포
    통신 이론에서, 라이시안 분포는 여러 경로로 수신기에 도달하는 산란 신호를 모델링하기 위해 사용됩니다.
  • Stable Distribution
    Stable distributions are a class of probability distributions suitable for modeling heavy tails and skewness.
  • Triangular Distribution
    The triangular distribution provides a simplistic representation of the probability distribution when limited sample data is available.

방법