File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2125,18 +2125,18 @@ def draw(
2125
2125
2126
2126
Parameters
2127
2127
----------
2128
- vars : tensor_like or iterable of tensor_like
2128
+ vars : Variable or iterable of Variable
2129
2129
A variable or a list of variables for which to draw samples.
2130
2130
draws : int, default 1
2131
2131
Number of samples needed to draw.
2132
- mode : str or ` Mode` instance , optional
2133
- The mode used by :func:`` aesara.function` ` to compile the graph.
2132
+ mode : str or aesara.compile.mode. Mode, optional
2133
+ The mode used by :func:`aesara.function` to compile the graph.
2134
2134
**kwargs : dict, optional
2135
- Keyword arguments for :func:`pymc.aesara.compile_pymc`
2135
+ Keyword arguments for :func:`pymc.aesara.compile_pymc`.
2136
2136
2137
2137
Returns
2138
2138
-------
2139
- out : list of ndarrays
2139
+ list of ndarray
2140
2140
A list of numpy arrays.
2141
2141
2142
2142
Examples
You can’t perform that action at this time.
0 commit comments