calc_Rsqr_euc: calc_Rsqr_euc

Description Usage Arguments

View source: R/frechet_variance_spd.R

Description

Calculate R Squared in euclidean space.

Usage

1
calc_Rsqr_euc(Y, Yhat, pKarcher = NULL, maxiter = 200)

Arguments

Y

The observed matrices (an nxnxN array of N matrices)

Yhat

The estimated matrices (an nxnxN array of N matrices)

pKarcher

The Karcher mean of the observed spd matrices, or NULL if the Karcher mean is to be calculated.

maxiter

If pKarcher is NULL, maxiter is the maximum number of iterations for calculating the Karcher mean.


mrparker909/MGLMRiem documentation built on March 19, 2020, 3:37 p.m.