Description Usage Arguments Details
Rangewise diagnostics
1 2 3 4 5 6 7 8 9 10 11 12 13 | lumpy(x, .size = .autosize(x))
bumpy(x, .size = .autosize(x))
crossing_points(x, .threshold = mean(x))
flat_spots(x, .threshold = 0, .tol = .Machine$double.eps^0.5)
count_grams(x, .size = .autosize(x))
max_mean_shift(x, .size, .step)
max_var_shift(x, .size, .step)
|
x |
a numeric vector or Rle object |
.size |
the integer size of the window |
.threshold |
a numeric |
.tol |
is equal to .Machine$double^0.5 |
.step |
the integer step size to shift the window |
These are inspired by the concept of cognostics by John Tukey, and related work in the area by Lee Wilkinson (graph theoretic scagnostics) and in time series analysis by Rob Hyndman.
The
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.