-
-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add resampling options for multi-Pathfinder #3242
Comments
What is returned when resample is false? |
When resample is false, return the draws from the normal approximations (skip lines 173-186 and index with consecutive numbers on line 188 of multi.hpp) |
I still don't think I understand how this is different from setting |
|
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
resample
with default valueTRUE
, and valueFALSE
disabling the resamplingnum_draws
to the number of unique draws needed, e.g. for initializing MCMC)with_replacement
with default valueTRUE
, and valueFALSE
using without replacement resamplingThe text was updated successfully, but these errors were encountered: