R/fittedewmaVol.R

#' @title fitted.ewmavol()
#' 
#' @author Eric Zivot
#' 
#' @description
#' fitted.ewmavol()
#' 
#' @param object object
#' 
#' @return
#' object$sigma
#' 
#' @examples
#' \dontrun{
#' fitted.ewmavol(r)
#' }
#' 
#' @export fitted.ewmaVol
fitted.ewmaVol <- function(object) {
  return(object$sigma)
}

Try the MFTSR package in your browser

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

MFTSR documentation built on May 2, 2019, 5:26 p.m.