R/data.R

#' Example Data to compute AMIM
#' @name exampledata
#' @format ## `exampledata`
#' A data datatable with the following columns:
#' \describe{
#'   \item{Date}{Date format YYYY-MM-DD}
#'   \item{ticker}{Imaginary ticker}
#'   \item{RET}{Imaginary return}
#'   ...
#' }
#' @source Vu Le Tran
"exampledata"

#' Confidence Interval Data to compute AMIM
#' @name CI
#' @format ## `CI`
#' A data datatable with the following columns:
#' \describe{
#'   \item{N}{Number of lags}
#'   \item{a}{Scale parameter equal to 1 as in Tran & Leivrik (2019)}
#'   \item{CI}{Confidence interval accordingly
#'      each number lags and scale parameter}
#'   ...
#' }
#' @source Tran & Leivrik (2019)
#'
"CI"

Try the AMIM package in your browser

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

AMIM documentation built on July 9, 2023, 7:09 p.m.