R/data.R

#' Daily closing prices for the S&P500 from 2005 to 2018.
#'
#' A dataset containing the prices and log-returns of the S&P500 from 2005 to 2018
#'
#' @format A data frame with 3522 rows and 3 variables:
#' \describe{
#'   \item{date}{date}
#'   \item{price}{price, in US dollars}
#'   \item{log_return}{logarithmic return}
#'   ...
#' }
"spy"

Try the stochvolTMB package in your browser

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

stochvolTMB documentation built on Aug. 13, 2021, 5:07 p.m.