Skip to content

Broyden's quasi-Newton (BQN) method based acceleration scheme for MM algorithms

Notifications You must be signed in to change notification settings

medhaaga/quasiNewtonMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quasiNewtonMM

R package that implements the acceleration scheme for slowly-convergent MM algorithms (or any monotonous fixed-point iteration method) proposed by Agarwal and Xu (2020). It finds the fixed point of MM residual function using classical Broyden's quasi-Newton (BQN) method that makes secant approximations utilizing information from the MM algorithm map.

To install:

# install.packages("devtools")
library(devtools)
devtools::install_github("medhaaga/quasiNewtonMM")

About

Broyden's quasi-Newton (BQN) method based acceleration scheme for MM algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages