Extract an Eigen-Projector from an operator
Arguments
- object
a representation of the operator.
- ...
further arguments passed to or from other methods.
Value
A representation of the requested eigen-projector.
Examples
s <- spectral(rbind(c(0.5, 0.3), c(0.3,0.7)))
get_eigproj(s, 1) #-> get_eigproj.spectral(...)
#> [,1] [,2]
#> [1,] 0.3418861 0.4743416
#> [2,] 0.4743416 0.6581139