R/Ims.R

Defines functions Ims

Documented in Ims

Ims<-
function(n, k, N, pbar, cm = 1,type = c("exact", "napprox","ewmaSK","ewma2"),lam=1) 
n * cm + (N - n) * (1 - OC(pbar,n,k,type,lam))

Try the LTPDvar package in your browser

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

LTPDvar documentation built on May 1, 2022, 5:07 p.m.