View source: R/Distance_matrix_knn_algorithm.R
distance_matrix_mvLWS | R Documentation |
Pairwise distance matrix based on the multivariate locally wavelet partial coherence
distance_matrix_mvLWS(unit)
unit |
A matrix representing a multivariate time series where each column is a univariate time series. |
a matrix with pairwise distances
Park, Timothy, Idris A. Eckley, and Hernando C. Ombao. "Estimating Time-Evolving Partial Coherence Between Signals via Multivariate Locally Stationary Wavelet Processes." IEEE Transactions on Signal Processing 62, no. 20 (October 2014): 5240-50. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1109/TSP.2014.2343937")}
X=matrix( rnorm(2000), ncol=10 )
distance_matrix_mvLWS(unit=X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.