distance_matrix_banddepth {AnomalyScore} | R Documentation |
Pairwise distance matrix based on the band depth distance
Description
Pairwise distance matrix based on the band depth distance
Usage
distance_matrix_banddepth(unit)
Arguments
unit |
A matrix representing a multivariate time series where each column is a univariate time series. |
Value
a matrix with pairwise distances
See Also
Band Depth Clustering for Nonstationary Time Series and Wind Speed Behavior (2018) Tupper et al
Examples
X=matrix( rnorm(2000), ncol=10 )
distance_matrix_banddepth(unit=X)
[Package AnomalyScore version 0.1 Index]