- x
(required, numeric matrix) multivariate time series.
- y
(required, numeric matrix) multivariate time series
with the same number of columns as 'x'.
- distance
(optional, character string) distance name from the "names"
column of the dataset distances
(see distances$name
). Default: "euclidean".
- diagonal
(optional, logical). If TRUE, diagonals are included in the
computation of the cost matrix. Default: TRUE.
- weighted
(optional, logical). If TRUE, diagonal is set to TRUE, and
diagonal cost is weighted by a factor of 1.414214 (square root of 2). Default: TRUE.
- ignore_blocks
(optional, logical). If TRUE, blocks of consecutive path
coordinates are trimmed to avoid inflating the psi distance. Default: FALSE.
- bandwidth
(required, numeric) Size of the Sakoe-Chiba band at
both sides of the diagonal used to constrain the least cost path. Expressed
as a fraction of the number of matrix rows and columns. Unrestricted by default.
Default: 1