eigvals | R Documentation |
Maximum and Minimum Eigenvalue of an R-separable Covariance
eigvals(Est, tol = 1e-10, maxiter = 10000)
Est |
R-separable covariance given as a list of 3:
|
tol |
stopping criterion |
maxiter |
maximum number of iterations |
list of 2: min
- the minimum eigenvalue;
max
- the maximum eigenvalue
X <- array(runif(20*3*4),c(20,3,4)) Res <- scd_est(X,2) eigvals(Res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.