moving_cor_diss: Moving/rolling correlation distance of two matrices

View source: R/RcppExports.R

moving_cor_dissR Documentation

Moving/rolling correlation distance of two matrices

Description

Computes a moving window correlation distance between two data matrices

Usage

moving_cor_diss(X,Y,w)

Arguments

X

a matrix

Y

a matrix

w

window size (must be odd)

Value

a matrix of correlation distance

Author(s)

Leonardo Ramirez-Lopez and Antoine Stevens


l-ramirez-lopez/resemble documentation built on April 20, 2023, 10:44 p.m.