Difference in plot values - summary versus aggregation #1081
-
I am trying to create a lead series plot in METviewer and noticed that the median value is different when plotting just the median vs. including confidence intervals. Both plots are showing the PODY of CAPE. Specifically, if you look at the 12 hour lead time, the point is at 0.7 on the median plot and 0.6 on the confidence interval plot. Is there supposed to be such a large difference between the two? I've included the R data files from METviewer as well as the plots. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
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. |
Beta Was this translation helpful? Give feedback.
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>