R/liland.R

Defines functions Liland

Documented in Liland

# Mean and variance
Liland <- function(R,r){
  x <- c((R+1)/(r+1), r*(R+1)*(R-r)/((r+1)^2*(r+2)))
  names(x) <- c("Mean","Variance")
  x
}
khliland/fixedTimeEvents documentation built on Dec. 28, 2021, 12:02 p.m.