Package: itp 1.2.1.9000

itp: The Interpolate, Truncate, Project (ITP) Root-Finding Algorithm

Implements the Interpolate, Truncate, Project (ITP) root-finding algorithm developed by Oliveira and Takahashi (2021) <doi:10.1145/3423597>. The user provides the function, from the real numbers to the real numbers, and an interval with the property that the values of the function at its endpoints have different signs. If the function is continuous over this interval then the ITP method estimates the value at which the function is equal to zero. If the function is discontinuous then a point of discontinuity at which the function changes sign may be found. The function can be supplied using either an R function or an external pointer to a C++ function. Tuning parameters of the ITP algorithm can be set by the user. Default values are set based on arguments in Oliveira and Takahashi (2021).

Authors:Paul J. Northrop [aut, cre, cph]

itp_1.2.1.9000.tar.gz
itp_1.2.1.9000.zip(r-4.5)itp_1.2.1.9000.zip(r-4.4)itp_1.2.1.9000.zip(r-4.3)
itp_1.2.1.9000.tgz(r-4.4-x86_64)itp_1.2.1.9000.tgz(r-4.4-arm64)itp_1.2.1.9000.tgz(r-4.3-x86_64)itp_1.2.1.9000.tgz(r-4.3-arm64)
itp_1.2.1.9000.tar.gz(r-4.5-noble)itp_1.2.1.9000.tar.gz(r-4.4-noble)
itp_1.2.1.9000.tgz(r-4.4-emscripten)itp_1.2.1.9000.tgz(r-4.3-emscripten)
itp.pdf |itp.html
itp/json (API)
NEWS

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

Peer review:

Bug tracker:https://github.com/paulnorthrop/itp/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

algorithmbracketingitpitp-methodroot-finding

4 exports 9 stars 1.59 score 1 dependencies 8 scripts 259 downloads

Last updated 3 months agofrom:b51384f3c4. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 09 2024
R-4.5-win-x86_64OKSep 09 2024
R-4.5-linux-x86_64OKSep 09 2024
R-4.4-win-x86_64OKSep 09 2024
R-4.4-mac-x86_64OKSep 09 2024
R-4.4-mac-aarch64OKSep 09 2024
R-4.3-win-x86_64OKSep 09 2024
R-4.3-mac-x86_64OKSep 09 2024
R-4.3-mac-aarch64OKSep 09 2024

Exports:itpitp_cxptr_createxptr_eval

Dependencies:Rcpp

Overview of the itp package

Rendered fromitp-vignette.Rmdusingknitr::rmarkdownon Sep 09 2024.

Last update: 2022-07-16
Started: 2022-05-26