X_eta_tX | R Documentation |
Calculates X * Diag(1/eta) * t(X_transpose)
X_eta_tX(eta, X, X_transpose)
eta |
vector of length p |
X |
matrix of length n by p |
X_transpose |
Pre-calculated transpose of X |
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.