Skip to content

Difference in plot values - summary versus aggregation #1081

Locked Answered by TatianaBurek
briannen asked this question in Plot Generation
Discussion options

You must be logged in to vote

Each time you do bootstrapping you will get different results because of the random nature of the bootstrap sampling. To remove the randomness you need to introduce Bootstrapping seed. With the seed the sampling will be the same for all executions on your data.
If you use web app, put an integer in the 'Bootstrapping seed' field.
If you use the batch method, introduce the seed in the corresponding tag:
<boot_random_seed>1</boot_random_seed>

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@JohnHalleyGotway
Comment options

@briannen
Comment options

briannen Aug 16, 2021
Collaborator Author

@JohnHalleyGotway
Comment options

@briannen
Comment options

briannen Aug 16, 2021
Collaborator Author

Answer selected by JohnHalleyGotway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment