添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Statistics and Machine Learning Toolbox™ 提供了几种处理威布尔分布的方法。

  • 可通过对样本数据进行概率分布拟合或通过指定参数值来创建概率分布对象 WeibullDistribution 。然后使用对象函数来计算分布、生成随机数等。

  • 使用 分布拟合器 以交互方式处理威布尔分布。您可以从该 App 中导出对象并使用对象函数。

  • 将分布特定的函数与指定的分布参数结合使用。分布特定的函数可以接受多种威布尔分布的参数。

  • 将一般分布函数( cdf icdf pdf random )与指定的分布名称 ( 'Weibull' ) 和参数结合使用。

要了解威布尔分布,请参阅 Weibull Distribution

WeibullDistribution 威布尔概率分布对象
分布拟合器 对数据进行概率分布拟合
概率分布函数 Interactive density and distribution plots
distributionFitter 打开分布拟合器
histfit 具有分布拟合的直方图
plot Plot probability distribution object (自 R2022b 起)
qqplot Quantile-quantile plot
randtool Interactive random number generation
wblplot Weibull probability plot
  • 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.