s-baumann/FixedPoint: Algorithms for Finding Fixed Point Vectors of Functions

For functions that take and return vectors (or scalars), this package provides 8 algorithms for finding fixed point vectors (vectors for which the inputs and outputs to the function are the same vector). These algorithms include Anderson (1965) acceleration <doi:10.1145/321296.321305>, epsilon extrapolation methods (Wynn 1962 <doi:10.2307/2004051>) and minimal polynomial methods (Cabay and Jackson 1976 <doi:10.1137/0713060>).

Getting started

Package details

AuthorStuart Baumann & Margaryta Klymak
MaintainerStuart Baumann <Stuart@StuartBaumann.com>
LicenseMIT + file LICENSE
Version0.2
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("s-baumann/FixedPoint")
s-baumann/FixedPoint documentation built on May 28, 2019, 7:49 a.m.