distance_matrix_banddepth: Pairwise distance matrix based on the band depth distance

View source: R/Distance_matrix_knn_algorithm.R

distance_matrix_banddepthR 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)

AnomalyScore documentation built on April 4, 2025, 3:13 a.m.