model_cor: Model Correlated data Interactively build a model of...

Description Usage Arguments Value Examples

View source: R/model_cor.R

Description

Model Correlated data Interactively build a model of correlated data

Usage

1

Arguments

xs

the time series to model

parallel

whether or not to run in parallel, defaults to FALSE

cl

the cluster in which to run on

Value

a list of model metrics and paramaters

Examples

1
2
3
xs <- playground(400)
clust <- parallel::makeCluster(2L, type = "FORK")
model_cor(xs, parallel = TRUE, cl = clust)

josephsdavid/tswgewrapped documentation built on July 31, 2020, 9:36 a.m.