R/mgls.R

#' Mackey-Glass time delayed differential equation
#'
#' 4999 data points
#'
#' @docType data
#'
#' @usage mgls
#'
#' @keywords datasets
#'
#' @references See Wikipedia entry on "Mackey-Glass equations"
#'
#' @examples
#' mgls_embedded <- embed(as.matrix(mgls), 25)
#' targets <- mgls_embedded[ ,1]
#' predictors <- mgls_embedded[ ,2:25]
"mgls"

Try the sr package in your browser

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

sr documentation built on March 31, 2023, 9:40 p.m.