The R Journal: article published in 2019, volume 11:1

Fixed Point Acceleration in R PDF download
Stuart Baumann and Margaryta Klymak , The R Journal (2019) 11:1, pages 359-375.

Abstract A fixed point problem is one where we seek a vector, X, for a function, f, such that f(X) = X. The solution of many such problems can be accelerated by using a fixed point acceleration algorithm. With the release of the FixedPoint package there is now a number of algorithms available in R that can be used for accelerating the finding of a fixed point of a function. These algorithms include Newton acceleration, Aitken acceleration and Anderson acceleration as well as epsilon extrapolation methods and minimal polynomial methods. This paper demonstrates the use of fixed point accelerators in solving numerical mathematics problems using the algorithms of the FixedPoint package as well as the squarem method of the SQUAREM package.

Received: 2018-05-29; online 2019-08-20, supplementary material, (3.5 KiB)


CC BY 4.0
This article and supplementary materials are licensed under a Creative Commons Attribution 4.0 International license.

@article{RJ-2019-037,
  author = {Stuart Baumann and Margaryta Klymak},
  title = {{Fixed Point Acceleration in R}},
  year = {2019},
  journal = {{The R Journal}},
  doi = {10.32614/RJ-2019-037},
  url = {https://doi.org/10.32614/RJ-2019-037},
  pages = {359--375},
  volume = {11},
  number = {1}
}