WpoisCI_upper | R Documentation |
The 1-alpha Clopper-Pearson type upper interval for the Poisson mean.
WpoisCI_upper(x, conf.level = 0.95, details = FALSE)
x |
the sample or the observed point. |
conf.level |
confidence level. The default is 0.95. |
details |
TRUE/FALSE, can be abbreviated. To choose whether to compute the confidence intervals for all the sample points. Default is FALSE. |
a list which contain the one-sided upper confidence interval.
Garwood, F. (1936). Fiducial Limits for the Poisson Distribution. "Biometrika" 28: 437-442.
WpoisCI_upper(1)
WpoisCI_upper(3,details = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.