Description Usage Arguments Details Value Author(s) References Examples
Updates M using relation (M)_{ij} = -\hat{ξ}_{ij} |(M_1)|_{ij}.
1 | matrix.M.update(M, xi)
|
M |
penalty matrix |
xi |
estimated \hat{ξ}_{ij} matrix |
Updates M
M |
updated M |
Maintainer: Jonas Striaukas <jonas.striaukas@gmail.com>
Weber, M., Striaukas, J., Schumacher, M., Binder, H. "Network-Constrained Covariate Coefficient and Connection Sign Estimation" (2018) <doi:10.2139/ssrn.3211163>
1 2 3 4 | p<-100
M<-diag(p)
xi<-matrix(rnorm(p*p), p, p)
matrix.M.update(M,xi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.