提交 89a67964 authored 作者: Michael Osthege's avatar Michael Osthege 提交者: Thomas Wiecki

Update docstring to match broadcasting results

In ce9c17f3 the RV was changed such that `p` can be multi-dimensional instead of just 1-dimensional. Since then the support length is determined by the last dimension of `p`.
上级 2d3cb775
......@@ -492,8 +492,8 @@ betabinom = BetaBinomialRV()
class MultinomialRV(RandomVariable):
"""A Multinomial random variable type.
FYI: Support shape is determined by the first dimension in the *second*
parameter (i.e. the probabilities vector).
FYI: Length of the support dimension is determined by the last
dimension in the *second* parameter (i.e. the probabilities vector).
"""
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论