Bootstrap based prediction intervals
1 2 3 4 5 6 7 8 9 | boot.pivot(
B = 100,
N = 20,
mu = 5.13,
sigma = 0.161,
t_c = NULL,
fails = NULL,
alpha = 0.05
)
|
B |
The number of bootstrap cycles |
N |
The size of the original data sample |
mu |
ML estimate for the mean of the original data sample |
sigma |
ML estimate for the standard deviation of the original data sample |
t_c |
Censoring time for Type-I censored tests |
fails |
Number of failures for Type-II censored tests |
alpha |
Desired significance level |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.