Package: FixedPoint 0.6.3

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>).

Authors:Stuart Baumann & Margaryta Klymak

FixedPoint_0.6.3.tar.gz
FixedPoint_0.6.3.zip(r-4.5)FixedPoint_0.6.3.zip(r-4.4)FixedPoint_0.6.3.zip(r-4.3)
FixedPoint_0.6.3.tgz(r-4.4-any)FixedPoint_0.6.3.tgz(r-4.3-any)
FixedPoint_0.6.3.tar.gz(r-4.5-noble)FixedPoint_0.6.3.tar.gz(r-4.4-noble)
FixedPoint_0.6.3.tgz(r-4.4-emscripten)FixedPoint_0.6.3.tgz(r-4.3-emscripten)
FixedPoint.pdf |FixedPoint.html
FixedPoint/json (API)

# Install 'FixedPoint' in R:
install.packages('FixedPoint', repos = c('https://s-baumann.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

On CRAN:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

7 exports 1 stars 0.49 score 1 dependencies 1 dependents 33 scripts 431 downloads

Last updated 2 years agofrom:f6a7130a99. Checks:OK: 1 WARNING: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 16 2024
R-4.5-winWARNINGSep 16 2024
R-4.5-linuxWARNINGSep 16 2024
R-4.4-winWARNINGSep 16 2024
R-4.4-macWARNINGSep 16 2024
R-4.3-winWARNINGSep 16 2024
R-4.3-macWARNINGSep 16 2024

Exports:ChangePerIterateConvergenceFigEpsilonExtrapolationFixedPointFixedPointNewInputPolynomialExtrapolationPutTogetherIteratesWithoutJumps

Dependencies:MASS

FixedPoint: A suite of acceleration algorithms with applications

Rendered fromFixedPoint.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2019-03-09
Started: 2017-12-07