rvcoef: RV Coefficient of Two Matrices

View source: R/multiscaleSVDxpts.R

rvcoefR Documentation

RV Coefficient of Two Matrices

Description

Computes the RV coefficient, a measure of similarity between two matrices.

Usage

rvcoef(X, Y)

Arguments

X

First matrix

Y

Second matrix

Value

RV coefficient (a value between 0 and 1)

Examples

X <- matrix(rnorm(100), nrow = 10)
Y <- matrix(rnorm(120), nrow = 10)
rvcoef(X, Y)


ANTsX/ANTsR documentation built on March 29, 2025, 6:24 p.m.