difference_fullcov {covsep} | R Documentation |
compute the difference between the full sample covariance and its separable approximation
Description
compute the difference between the full sample covariance and its separable approximation
Usage
difference_fullcov(Data)
Arguments
Data |
a (non-empty) |
Value
A d1 x d2 x d1 x d2
array, where d1 = nrow(Data)
and
d2 = ncol(Data)
.
Details
This is an internal function.
[Package covsep version 1.1.0 Index]