View source: R/Band_Depth_Distance.R
informative_bands | R Documentation |
Return the indicies in which the values of a series x are located within a band b, called the informative bands.
informative_bands(allbands, x)
allbands |
a list with two elements the lowerbounds of all (n)(n-1)/2 pairs and the upperbounds of the pairwise bands. Result of the function all_bands |
x |
A vector representing a univariate time series |
A vector with indices
Band Depth Clustering for Nonstationary Time Series and Wind Speed Behavior (2018) Tupper et al
X=matrix( rnorm(200), ncol=10 )
M=all_bands(X)
informative_bands(M,X[,1] )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.