原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.random.RandomState.beta.html
校对:(虚位以待)
RandomState.
beta
(a, b, size=None)从Beta分布绘制样本。
Beta分布是Dirichlet分布的特殊情况,与Gamma分布相关。它具有概率分布函数
其中归一化B是β函数,
它经常在贝叶斯推理和秩序统计中看到。
参数: | a:float
b:float
size:int或tuple的整数,可选
|
---|---|
返回: | out:ndarray
|