R/coef.evmSim.R

Defines functions coef.evmSim

#' @export
coef.evmSim <- function(object, ...){
    res <- apply(object$param, 2, mean)
#    names(res) <- c(paste("phi:", colnames(object$X.phi)),
#        paste("xi:", colnames(object$X.xi)))
    names(res) <- names(object$map$coefficients)
    res
}

Try the texmex package in your browser

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

texmex documentation built on Dec. 4, 2020, 5:08 p.m.