R/LaplacelogC.R

Defines functions LaplacelogC

Documented in LaplacelogC

LaplacelogC <- function(delta, loglikmle, detHessian, ntheta){
  loglik2 <- delta*loglikmle
  adj <- (ntheta/2)*log(2*pi)-delta*detHessian/2
  return(loglik2+adj)
}

Try the NPP package in your browser

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

NPP documentation built on Sept. 18, 2023, 5:18 p.m.