R/loglikedw.R

Defines functions loglikedw

Documented in loglikedw

loglikedw<-
function(par,x,zero=FALSE)
{-sum(log(ddweibull(x,par[1],par[2],zero)))}

Try the DiscreteWeibull package in your browser

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

DiscreteWeibull documentation built on May 2, 2019, 8:58 a.m.