WpoisCI_upper: An Admissible Exact One-sided Upper Confidence Interval for...

View source: R/WpoisCI.R

WpoisCI_upperR Documentation

An Admissible Exact One-sided Upper Confidence Interval for Poisson Mean

Description

The 1-alpha Clopper-Pearson type upper interval for the Poisson mean.

Usage

WpoisCI_upper(x, conf.level = 0.95, details = FALSE)

Arguments

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.

Value

a list which contain the one-sided upper confidence interval.

References

Garwood, F. (1936). Fiducial Limits for the Poisson Distribution. "Biometrika" 28: 437-442.

Examples

WpoisCI_upper(1)
WpoisCI_upper(3,details = TRUE)

ExactCIone documentation built on May 29, 2024, 5:42 a.m.