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
"as the initial parameter values for Stan's NUTS-HMC sampler.\n",
13
13
"By default, the sampler algorithm randomly initializes all model parameters in the range uniform\\[-2, 2\\]. When the true parameter value is outside of this range, starting from the estimates from Pathfinder and ADVI will speed up and improve adaptation.\n",
Copy file name to clipboardExpand all lines: docsrc/users-guide/examples/Variational Inference.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
"### Example: variational inference for model ``bernoulli.stan``\n",
31
31
"\n",
32
32
"The [CmdStanModel variational](https://mc-stan.org/cmdstanpy/api.html#cmdstanpy.CmdStanModel.variational) method\n",
33
-
"wraps the CmdStan [variational](https://mc-stan.org/docs/cmdstan-guide/variational-config.html) method."
33
+
"wraps the CmdStan [variational](https://mc-stan.org/docs/cmdstan-guide/variational_config.html) method."
34
34
]
35
35
},
36
36
{
@@ -56,7 +56,7 @@
56
56
"cell_type": "markdown",
57
57
"metadata": {},
58
58
"source": [
59
-
"The class [`CmdStanVB`](https://mc-stan.org/cmdstanpy/api.html#cmdstanvb) provides the following properties to access information about the parameter names, estimated means, and the sample:\n",
59
+
"The [CmdStanVB](https://mc-stan.org/cmdstanpy/api.html#cmdstanvb) object provides the following properties to access information about the parameter names, estimated means, and the sample:\n",
0 commit comments