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)


stnava/ANTsR documentation built on April 13, 2025, 4:10 a.m.