Main Content

本页翻译不是最新的。点击此处可查看最新英文版本。

几何分布

计算几何分布,生成该分布的随机样本

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

  • 使用分布特定的函数并指定分布参数。函数可以接受多种几何分布的参数。

  • 使用一般分布函数并指定分布名称 "Geometric" 和对应的参数。

要了解几何分布,请参阅Geometric Distribution

函数

全部展开

geocdfGeometric cumulative distribution function
geopdfGeometric probability density function
geoinvGeometric inverse cumulative distribution function
geostatGeometric mean and variance
georndGeometric random numbers
cdf累积分布函数
icdf逆累积分布函数
mleMaximum likelihood estimates
pdf概率密度函数
random随机数
randtoolInteractive random number generation

主题

  • Geometric Distribution

    The geometric distribution models the number of failures before one success in a series of independent trials, where each trial results in either success or failure, and the probability of success in any individual trial is constant.