베이불(Weibull) 분포
Statistics and Machine Learning Toolbox™에서는 다음과 같이 베이불 분포를 사용하는 여러 방법을 제공합니다.
확률 분포를 표본 데이터에 피팅하거나 모수 값을 지정하여 확률 분포 객체
WeibullDistribution
을 생성합니다. 그런 다음 객체 함수를 사용하여 분포를 실행하고, 난수를 생성하는 등의 작업을 수행합니다.분포 피팅기 앱을 사용하여 대화형 방식으로 베이불 분포를 사용합니다. 앱에서 객체를 내보내고 객체 함수를 사용할 수 있습니다.
지정된 분포 모수를 이용해 분포 전용 함수를 사용합니다. 분포 전용 함수는 여러 베이불 분포의 모수를 받을 수 있습니다.
일반 분포 함수(
cdf
,icdf
,pdf
,random
)를 지정된 분포 이름('Weibull'
) 및 모수와 함께 사용합니다.
베이불 분포에 대해 알아보려면 Weibull Distribution 항목을 참조하십시오.
객체
WeibullDistribution | 베이불 확률 분포 객체 |
함수
도움말 항목
- Weibull Distribution
The Weibull pdf is an appropriate analytical tool for modeling the breaking strength of materials. Current usage also includes reliability and lifetime modeling.
- Three-Parameter Weibull Distribution
Find maximum likelihood estimates (MLEs) for the three-parameter Weibull distribution with scale, shape, and location parameters.