compute_envelop(x, window.size, error.check = TRUE)
lower
and upper
.
window.size
that represents the distance between the point considered and one of the edges
of the window. Therefore, if, for example, window.size = 10
, the warping for an
observation $x_i$ considers the points between $x_{i-10}$ and $x_{i+10}$, resulting
in 10(2) + 1 = 21
observations falling within the window.