R/dpois-hhsmm.R

Defines functions .dpois.hhsmm

.dpois.hhsmm <- function(x=NULL,lambda,shift,log=FALSE)   {
  if(shift<0) stop(".dpois.hhsmm: shift must be > 0")
  dpois(x-shift,lambda,log=log)
}

Try the hhsmm package in your browser

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

hhsmm documentation built on Aug. 8, 2023, 9:06 a.m.