R/SyntheticData1.R

#'
#' @title SyntheticData1
#' @description Synthetic dataset containing 60 MTS generated from four
#' different generating processes.
#' @usage data(SyntheticData1)
#' @format A \code{list} with two elements, which are:
#' \describe{
#' \item{\code{data}}{A list with 60 MTS.}
#' \item{\code{classes}}{A numeric vector indicating the corresponding classes associated with the elements in \code{data}.}
#' }
#' @details Each element in \code{data} is a matrix formed by 400 rows (series length)
#' and 2 columns (dimensions). Series 1-15 were generated from a VAR(1) process
#' and series 16-30 were generated from a VMA(1) process. Series 31-45 were
#' generated from a QVAR(1) process and series 46-60 were generated from a different
#' QVAR(1) process. Therefore, there are 4 different classes in the dataset.
"SyntheticData1"

Try the mlmts package in your browser

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

mlmts documentation built on Sept. 11, 2024, 6:41 p.m.