R/AIC.MeanNormal.R

Defines functions AIC.MeanNormal

AIC.MeanNormal <-
function(a, N, L){
  -2 * a +  2 * {N + 2}
}

Try the breakpoint package in your browser

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

breakpoint documentation built on May 1, 2019, 8:14 p.m.