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
}

Try the fixedTimeEvents package in your browser

Any scripts or data that you put into this service are public.

fixedTimeEvents documentation built on Jan. 4, 2022, 5:09 p.m.