vga_pois_solver_mat_newton: a matrix version of the vga solver using Newton's method

View source: R/vga_solver_mat.R

vga_pois_solver_mat_newtonR Documentation

a matrix version of the vga solver using Newton's method

Description

a matrix version of the vga solver using Newton's method

Usage

vga_pois_solver_mat_newton(
  M,
  X,
  S,
  Beta,
  Sigma2,
  maxiter = 1000,
  tol = 1e-08,
  return_V = TRUE
)

DongyueXie/stm documentation built on June 18, 2024, 11:01 a.m.