dwww Home | Show directory contents | Find package

library("matrixStats")

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Subsetted tests
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
source("utils/validateIndicesFramework.R")
x <- runif(6, min = -6, max = 6)
for (l in 1:2) {
  for (d in 1:2) {
    for (idxs in index_cases) {
      validateIndicesTestVector(x, idxs,
                                ftest = diff2, fsure = base::diff,
                                lag = l, differences = d)
    }
  }
}

Generated by dwww version 1.15 on Tue Jul 2 08:56:46 CEST 2024.