moving_cor_diss {resemble}R 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


[Package resemble version 2.2.4 Index]