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 June 22, 2024, 12:26 p.m.