Compute boostrap confidence interval
1 2 3 | compute_bootstrap(set, label, conf = 0.05, n_bootstrap_samples = 500,
Q_MIN = Q_MIN, RNG_START = RNG_START, RNG_END = RNG_END,
STEP = STEP)
|
set |
measurements vector |
label |
(optional) label of dataset |
conf |
confidence level, 0.05 by default |
n_bootstrap_samples |
number of bootstrap samples |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.