R/rexp_mark.R

Defines functions rexp_mark

Documented in rexp_mark

rexp_mark <- function(ti, data, params){
    x <- rexp(n=1, params)
    names(x) <- "magnitude"
    return(x)
}

Try the PtProcess package in your browser

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

PtProcess documentation built on May 4, 2021, 1:06 a.m.