matrix_variability: Compute "variance" of the matrices using Frobenius norm....

Description Usage Arguments Value

View source: R/cocoreg.R

Description

Compute "variance" of the matrices using Frobenius norm. Variance is by default computed with respect to the mean of the matrices.

Usage

1
2
matrix_variability(mat_lst, mean_mat = apply(abind::abind(mat_lst, along = 3),
  c(1, 2), mean))

Arguments

mat_lst

A [1,M] list of [I,J] matrices from which variability should be computed

mean_mat

A [I,J] matrix describing the mean observation for mat_lst.

Value

A list with elements

fbnorm

Frobenius norm values for each of the matrices

diff

[I,J,M] matrix of differences mat_lst-mean_mat


cocoreg documentation built on May 2, 2019, 6:48 a.m.