Description Usage Arguments Details Value Examples
The eigenvalues of the precision matrix Q with dimension (mm, nn)
and polar angle limits phimin, phimax are calculated.
1 | eigenQsphere(phimin, phimax, mm, nn)
|
phimin |
Polar angle minimum. |
phimax |
Polar angle maximum. |
mm |
Number of rows of precision matrix Q. |
nn |
Number of columns of precision matrix Q. |
The corresponding function for data on a grid is eigenLaplace.
A list containing 2 elements:
eigval Row vector containing the eigenvalues of Q.
eigvec Matrix containing the eigenvectors of Q as columns.
1 | eig_out <- eigenQsphere(phimin = 180/10, phimax = 180 - 180/10, mm = 10, nn = 20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.