Skip to content

Commit

Permalink
Merge pull request #94 from MercuryBench/patch-3
Browse files Browse the repository at this point in the history
Update Bayes_estimation_ssm.ipynb
  • Loading branch information
nchopin authored Oct 14, 2024
2 parents 8794d09 + 7d5409c commit e6a130d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/notebooks/Bayes_estimation_ssm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
"Again, a few choices are made for you by default: \n",
"\n",
"* A bootstrap filter is run for each $\\theta-$particle; this may be changed by setting option `fk_class` while instantiating `SMC2`; e.g. ``fk_class=ssm.GuidedPF`` will run instead a guided filter. \n",
"* Option `init_Nx` determines the **initial** number of $x-$particles; the algorithm automatically increases $N_x$ each time the acceptance rate drops below $10%$ (as specified through option ``ar_to_increase=0.1``. Set this this option to `0.` if you do not want to increase $N_x$ in the course of t he algorithm.\n",
"* Option `init_Nx` determines the **initial** number of $x-$particles; the algorithm automatically increases $N_x$ each time the acceptance rate drops below $10\%$ (as specified through option ``ar_to_increase=0.1``. Set this this option to `0.` if you do not want to increase $N_x$ in the course of t he algorithm.\n",
"* The particle filters (in the $x-$dimension) are run with the default options of class `SMC`; e.g. resampling is set to `systematic` and so on; other options may be set by using option `smc_options`."
]
},
Expand Down

2 comments on commit e6a130d

@MercuryBench
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, this seems to have broken the html file: https://particles-sequential-monte-carlo-in-python.readthedocs.io/en/latest/notebooks/Bayes_estimation_ssm.html

Not sure what happened there...

@nchopin
Copy link
Owner Author

@nchopin nchopin commented on e6a130d Oct 14, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.