Main Content

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

几何分布

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

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

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

  • 将一般分布函数(cdficdfpdfrandom)与指定的分布名称 ('Geometric') 和参数结合使用。

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

函数

全部展开

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

主题

  • 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.