File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
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 : Variable or iterable of Variable
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 500.
2132
- mode
2133
- The mode used by `` aesara.function` ` to compile the graph.
2134
- **kwargs
2135
- Keyword arguments for :func:`pymc.aesara.compile_pymc`
2130
+ draws : int, default 1
2131
+ Number of samples needed to draw.
2132
+ mode : str or aesara.compile.mode.Mode, optional
2133
+ The mode used by :func:` aesara.function` to compile the graph.
2134
+ **kwargs : dict, optional
2135
+ Keyword arguments for :func:`pymc.aesara.compile_pymc`.
2136
2136
2137
2137
Returns
2138
2138
-------
2139
- List[np. ndarray]
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