R/AIC.gpd.R

Defines functions AIC.gpd

Documented in AIC.gpd

AIC.gpd <- function(object, ..., k=2){
  -2*object$loglik + k*length(coef(object))

}

Try the texmex package in your browser

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

texmex documentation built on May 2, 2019, 4:56 p.m.