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.5-any)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'))

On CRAN:

Conda:

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

3.69 score 1 stars 1 packages 33 scripts 445 downloads 7 exports 1 dependencies

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

TargetResultLatest binary
Doc / VignettesOKFeb 13 2025
R-4.5-winWARNINGFeb 13 2025
R-4.5-macWARNINGFeb 13 2025
R-4.5-linuxWARNINGFeb 13 2025
R-4.4-winWARNINGFeb 13 2025
R-4.4-macWARNINGFeb 13 2025
R-4.3-winWARNINGFeb 13 2025
R-4.3-macWARNINGFeb 13 2025

Exports:ChangePerIterateConvergenceFigEpsilonExtrapolationFixedPointFixedPointNewInputPolynomialExtrapolationPutTogetherIteratesWithoutJumps

Dependencies:MASS

FixedPoint: A suite of acceleration algorithms with applications

Rendered fromFixedPoint.Rmdusingknitr::rmarkdownon Feb 13 2025.

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