Description Usage Arguments Details Value Author(s) References See Also
This function computes (or estimates) the trace of matrix (I-rho*W)^-1, which is often needed when computing impacts in some spatial econometrics models.
| 1 | trIrhoWinv(W, rho, offset = 0, order = 20, direct = TRUE, Df = Matrix::Diagonal(nrow(W)))
 | 
| W | Adjacency matrix. Usually, it is row-standardised. | 
| rho | Value of spatial autocorrelation parameter  | 
| offset | Number of times (I-rho*W)^-1 is multiplied by W (for sdm model). | 
| order | Order of Taylor expansion used in the approximation of the trace. | 
| direct | Use direct method, i.e., matrix multiplication, etc. | 
| Df | Diagonal matrix used to compute the impacts in the Probit model only used if direct=TRUE. | 
This function computes the trace of (I-rho*W)^-1, which is later used to computed the impacts. This is an internal function.
Numerica value.
Virgilio G<f3>mez-Rubio <virgilio.gomez@uclm.es>
LeSage and Page (2008) Bivand et al. (2013)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.