Skip to content

Commit 0683b0a

Browse files
Updated pymc.AR docstring
1 parent 2f6cb4d commit 0683b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/distributions/timeseries.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -372,10 +372,10 @@ class AR(SymbolicDistribution):
372372
constant : bool, default False
373373
Whether the first element of rho should be used as a constant term in the AR
374374
process.
375-
init_dist : unnamed distribution
375+
init_dist : unnamed distribution, optional
376376
Scalar or vector distribution for initial values. Unnamed refers to distributions
377377
created with the ``.dist()`` API. Distributions should have shape (*shape[:-1], ar_order).
378-
If not, it will be automatically resized.
378+
If not, it will be automatically resized. Defaults to pm.Normal.dist(0, 100, shape=...).
379379
380380
.. warning:: init_dist will be cloned, rendering it independent of the one passed as input.
381381

0 commit comments

Comments
 (0)