You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Create an initial point function for each chain, as defined by initvals.
73
73
74
-
If a single initval dictionary is passed, the function is replicated for each
75
-
chain, otherwise a unique function is compiled for each entry in the dictionary.
74
+
If a single initval dictionary is passed, the function is replicated for each chain, otherwise a unique function is compiled for each entry in the dictionary.
Random variable tensors for which U(-1, 1) jitter shall be applied.
84
83
(To the transformed space if applicable.)
84
+
jitter_scale : float, optional
85
+
The scale of the jitter in the jitter_rvs set. Defaults to 1.0.
85
86
86
87
Raises
87
88
------
@@ -134,8 +135,9 @@ def make_initial_point_fn(
134
135
Parameters
135
136
----------
136
137
jitter_rvs : set
137
-
The set (or list or tuple) of random variables for which a U(-1, +1) jitter should be
138
-
added to the initial value. Only available for variables that have a transform or real-valued support.
138
+
The set (or list or tuple) of random variables for which a U(-1, +1) jitter should be added to the initial value. Only available for variables that have a transform or real-valued support.
139
+
jitter_scale : float, optional
140
+
The scale of the jitter in the jitter_rvs set. Defaults to 1.0.
139
141
default_strategy : str
140
142
Which of { "support_point", "prior" } to prefer if the initval setting for an RV is None.
0 commit comments