View source: R/Distance_matrix_knn_algorithm.R
distance_matrix_banddepth | R Documentation |
Pairwise distance matrix based on the band depth distance
distance_matrix_banddepth(unit)
unit |
A matrix representing a multivariate time series where each column is a univariate time series. |
a matrix with pairwise distances
Band Depth Clustering for Nonstationary Time Series and Wind Speed Behavior (2018) Tupper et al
X=matrix( rnorm(2000), ncol=10 )
distance_matrix_banddepth(unit=X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.