R/dlaplacelike2.R

dlaplacelike2 <-
function(par,x)
{
p <- par[1]
q <- par[2]
sum(-log(ddlaplace2(x,p,q)))
}

Try the DiscreteLaplace package in your browser

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

DiscreteLaplace documentation built on May 2, 2019, 5:52 a.m.