Description Usage Arguments Value Details Examples
Compute the projection of the rescaled difference between the sample covariance and its separable approximation onto the separable eigenfunctions
1 2 | projected_differences(Data, l1 = 1, l2 = 1,
with.asymptotic.variances = TRUE)
|
Data |
a (non-empty) |
l1 |
number of eigenfunctions to be used in the first (row) dimension for the projection |
l2 |
number of eigenfunctions to be used in the second (column) dimension for the projection |
with.asymptotic.variances |
logical variable; if TRUE, the function outputs the estimate asymptotic variances of the projected differences |
A list with
The projected differences
The row covariances of T.N
The column covariances of T.N
The function computes the projection of the rescaled difference between the sample covariance
and its separable approximation onto the separable eigenfunctions u_i
x v_j : i = 1, ..., l1; j = 1, ..., l2
.
1 2 | Data <- rmtnorm(30, C1, C2)
ans <- projected_differences(Data, l1=1, l2=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.