R/BICnb.R

Defines functions BICnb

BICnb <-
function(a, N, L){
  -2 * a + 2 * {N + 1} * log(L)
}

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.