inst/bug_example_20170127.R

# Example of bug:

data <- MASS::mvrnorm(1000, mu = c(0,0,0), Sigma = toeplitz(c(1, 0.5, 0.1)))
colnames(data) <- paste0("col", 1:ncol(data))
data <- xts(data,
            order.by = seq.POSIXt(from = as.POSIXlt(Sys.Date(), tz = "Chicago"),
                                  by = "min",
                                  length.out = nrow(data)))
mvMonitoring::processMonitor(data, trainObs = 200, updateFreq = 100)

Try the mvMonitoring package in your browser

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

mvMonitoring documentation built on Nov. 22, 2023, 1:09 a.m.