R/dexp_mark.R

Defines functions dexp_mark

Documented in dexp_mark

dexp_mark <- function(x, data, params){
    y <- dexp(x[,"magnitude"], params, log=TRUE)
    return(y)
}

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.