poisson_lambda_CI: Confidence interval for parameter lambda of Poisson...

View source: R/stat_functions.R

poisson_lambda_CIR Documentation

Confidence interval for parameter lambda of Poisson distribution

Description

Confidence interval for parameter lambda of Poisson distribution

Usage

poisson_lambda_CI(
  x = NULL,
  lambda = mean(x),
  n = length(x),
  Sn = sum(x),
  conf.level = 0.95
)

Arguments

x

data

conf.level

confidence level, number between 0 and 1, usually 0.95.

Value

List with results... ???

See Also

Other statistical functions: median_CI(), normal_var_CI(), quartiles()

Examples


library(spHelper)

x <- c(3,0,2,1,0,4,3,2,1,2)
poisson_lambda_CI(x)



GegznaV/spHelper documentation built on April 16, 2023, 1:42 p.m.