R/ptouch.R

ptouch0 <- function (x, lambda, delta, N=NULL, eps=sqrt(.Machine$double.eps)) sum(dtouch(0:x, lambda, delta, N, eps))
ptouch <- Vectorize(ptouch0, 'x')

Try the touchard package in your browser

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

touchard documentation built on May 31, 2019, 5:04 p.m.