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>).
Version: | 0.1 |
Depends: | MASS |
Suggests: | testthat, schumaker, cubature, knitr, foreach, doParallel |
Published: | 2017-12-07 |
Author: | Stuart Baumann & Margaryta Klymak |
Maintainer: | Stuart Baumann <Stuart at StuartBaumann.com> |
License: | MIT + file LICENSE |
NeedsCompilation: | no |
CRAN checks: | FixedPoint results |
Reference manual: | FixedPoint.pdf |
Vignettes: |
FixedPoint |
Package source: | FixedPoint_0.1.tar.gz |
Windows binaries: | r-devel: FixedPoint_0.1.zip, r-release: FixedPoint_0.1.zip, r-oldrel: FixedPoint_0.1.zip |
OS X El Capitan binaries: | r-release: FixedPoint_0.1.tgz |
OS X Mavericks binaries: | r-oldrel: FixedPoint_0.1.tgz |
Please use the canonical form https://CRAN.R-project.org/package=FixedPoint to link to this page.