Scaling and/or centering by variable and time series. Local scaling helps dynamic time warping focus entirely on shape comparisons.
Examples
x <- zoo_simulate()
y <- f_scale_global(
x = x
)
if(interactive()){
zoo_plot(x)
zoo_plot(y)
}
Scaling and/or centering by variable and time series. Local scaling helps dynamic time warping focus entirely on shape comparisons.
x <- zoo_simulate()
y <- f_scale_global(
x = x
)
if(interactive()){
zoo_plot(x)
zoo_plot(y)
}