R/data.R

#' @title Small test dataset
#' @description  A small dataset containing the rainfall and runoff time series using for
#' testing data splitting algorithms

#' @format A data frame with 200 rows and 5 variables
#'  \describe{
#'   \item{Idex}{Data subscript that marks the position of each data point}
#'   \item{I}{input vectors}
#'   \item{I.1}{input vectors}
#'   \item{I.2}{input vectors}
#'   \item{O}{The output vector, usually the runoff}
#'   ...
#' }
"DSAM_test_smallData"


#' @title Moderate test dataset
#' @description  A moderate dataset containing the rainfall and runoff time series using for
#' testing data splitting algorithms
#'
#' @format A data frame with 1000 rows and 5 variables
#' \describe{
#'   \item{Idex}{Data subscript that marks the position of each data point}
#'   \item{I}{input vectors}
#'   \item{I.1}{input vectors}
#'   \item{I.2}{input vectors}
#'   \item{O}{The output vector, usually the runoff}
#'   ...
#' }
"DSAM_test_modData"


#' @title large test dataset
#' @description  A large dataset containing the rainfall and runoff time series using for
#' testing data splitting algorithms
#'
#' @format A data frame with 3650 rows and 5 variables
#' \describe{
#'   \item{Idex}{Data subscript that marks the position of each data point}
#'   \item{I}{input vectors}
#'   \item{I.1}{input vectors}
#'   \item{I.2}{input vectors}
#'   \item{O}{The output vector, usually the runoff}
#'   ...
#' }
"DSAM_test_largeData"

Try the DSAM package in your browser

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

DSAM documentation built on May 29, 2024, 3:05 a.m.