M_matrix | R Documentation |
Calculates I + X * Diag(1/eta) * t(X_transpose)
M_matrix(xi, eta, X_eta_tX_matrix, n)
xi |
positive scalar |
eta |
vector of length p |
X_eta_tX_matrix |
X * Diag(1/eta) * t(X_transpose), matrix n by n |
n |
positive integer |
I + X Diag(1/eta) t(X_transpose)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.