提交 a619a4ec authored 作者: Rémi Louf's avatar Rémi Louf 提交者: Brandon T. Willard

Add gufunc signature to `RandomVariable`\'s docstrings

上级 62326376
...@@ -47,7 +47,7 @@ Reference ...@@ -47,7 +47,7 @@ Reference
Distributions Distributions
============== ==============
Aesara can produce :class:`RandomVariable`\s that draw samples from many different statistical distributions, using the following :class:`Op`\s. Aesara can produce :class:`RandomVariable`\s that draw samples from many different statistical distributions, using the following :class:`Op`\s. The :class:`RandomVariable`\s behave similarly to NumPy's *Generalized Universal Functions* (or `gunfunc`): it supports "core" random variable :class:`Op`\s that map distinctly shaped inputs to potentially non-scalar outputs. We document this behavior in the following with `gufunc`-like signatures.
.. autoclass:: aesara.tensor.random.basic.UniformRV .. autoclass:: aesara.tensor.random.basic.UniformRV
:members: __call__ :members: __call__
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论