search for: ts_outlier

Displaying 2 results from an estimated 2 matches for "ts_outlier".

2018 Apr 12
2
R Timeseries tsoutliers:tso
...n Outlier","Temporary Change") tsFrequency <- 52 params <- list("outlier.types" = outlier.types,"tsFrequency" = tsFrequency) tsFrequency = params$tsFrequency outTypes <- unlist(params$outlier.types) ts.var <- ts(inputData[,1], frequency = tsFrequency) ts_outlier <- tso(ts.var, types = ?outlier.types ? , maxit = 1) ? This piece of code runs in about 60 seconds on my laptop but take about upward of 13 mins on a decent AWS node with nothing else running on it. Any hints as to why this is happening is greatly appreciated. Thank you for your help. ? --...
2018 Apr 13
0
Fwd: R Timeseries tsoutliers:tso
...n Outlier","Temporary Change") tsFrequency <- 52 params <- list("outlier.types" = outlier.types,"tsFrequency" = tsFrequency) tsFrequency = params$tsFrequency outTypes <- unlist(params$outlier.types) ts.var <- ts(inputData[,1], frequency = tsFrequency) ts_outlier <- tso(ts.var, types = ?outlier.types ? , maxit = 1) ? This piece of code runs in about 60 seconds on my laptop but take about upward of 13 mins on a decent AWS node with nothing else running on it. Any hints as to why this is happening is greatly appreciated. Thank you for your help. --...