File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
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
2128
+ vars : tensor_like or iterable of tensor_like
2129
2129
A variable or a list of variables for which to draw samples.
2130
- draws : int
2131
- Number of samples needed to draw. Detaults to 1.
2132
- mode
2133
- The mode used by ``aesara.function`` to compile the graph.
2134
- **kwargs
2130
+ draws : int, default 1
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.
2134
+ **kwargs : dict, optional
2135
2135
Keyword arguments for :func:`pymc.aesara.compile_pymc`
2136
2136
2137
2137
Returns
2138
2138
-------
2139
- List[np.ndarray]
2139
+ out : list of ndarrays
2140
2140
A list of numpy arrays.
2141
2141
2142
2142
Examples
You can’t perform that action at this time.
0 commit comments