## 95%/90% 1-sided Poisson tolerance limits for future
## occurrences in a period of length 3. All three methods
## are presented for comparison.
poistol.int(x = 45, n = 9, m = 3, alpha = 0.05, P = 0.90,
side = 1, method = "TAB")
poistol.int(x = 45, n = 9, m = 3, alpha = 0.05, P = 0.90,
side = 1, method = "LS")
poistol.int(x = 45, n = 9, m = 3, alpha = 0.05, P = 0.90,
side = 1, method = "SC")
## 95%/90% 2-sided Poisson tolerance intervals for future
## occurrences in a period of length 15. All three methods
## are presented for comparison.
poistol.int(x = 45, n = 9, m = 15, alpha = 0.05, P = 0.90,
side = 2, method = "TAB")
poistol.int(x = 45, n = 9, m = 15, alpha = 0.05, P = 0.90,
side = 2, method = "LS")
poistol.int(x = 45, n = 9, m = 15, alpha = 0.05, P = 0.90,
side = 2, method = "SC")
Run the code above in your browser using DataLab