View source: R/vga_solver_mat.R
vga_pois_solver_mat_newton | R Documentation |
a matrix version of the vga solver using Newton's method
vga_pois_solver_mat_newton(
M,
X,
S,
Beta,
Sigma2,
maxiter = 1000,
tol = 1e-08,
return_V = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.