R/coef.bgpd.R

Defines functions coef.bgpd

Documented in coef.bgpd

coef.bgpd <- function(object, ...){
    res <- apply( object$param, 2, mean )
    names(res) <- c(paste("phi:", colnames(object$X.phi)), 
        paste("xi:", colnames(object$X.xi)))
    res
}
coefficients.bgpd <- coef.bgpd

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.