Description Usage Arguments Details Value Note Author(s) Examples
Raise symmetric matrix to specified power. Default calculates symmetric square root.
1 |
X |
Symmetric real-valued matrix. |
power |
Power to apply to eigenvalues of |
tol |
Stability tolerance for eigenvalues. |
Basically returns tcrossprod(Y$vec%*%diag(Y$val^power),Y$vec)
where Y = eigen(X,symmetric=TRUE)
.
Returns X
raised to specified power.
Default tolerance is tol = max(dim(X)) * .Machine$double.eps
.
Nathaniel E. Helwig <helwig@umn.edu>
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.