powered by
The eigenvalues of the precision matrix Q with dimension (mm, nn) and polar angle limits phimin, phimax are calculated.
mm
nn
phimin
phimax
eigenQsphere(phimin, phimax, mm, nn)
Polar angle minimum.
Polar angle maximum.
Number of rows of precision matrix Q.
Number of columns of precision matrix Q.
A list containing 2 elements:
eigval Row vector containing the eigenvalues of Q.
eigvec Matrix containing the eigenvectors of Q as columns.
The corresponding function for data on a grid is eigenLaplace.
eigenLaplace
# NOT RUN { eig_out <- eigenQsphere(phimin = 180/10, phimax = 180 - 180/10, mm = 10, nn = 20) # }
Run the code above in your browser using DataLab