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.5-x86_64)itp_1.2.1.9000.tgz(r-4.5-arm64)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

Pkgdown site:https://paulnorthrop.github.io

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

On CRAN:

algorithmbracketingitpitp-methodroot-findingcpp

5.08 score 12 stars 8 scripts 259 downloads 4 exports 1 dependencies

Last updated 8 months agofrom:b51384f3c4. Checks:11 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 06 2025
R-4.5-win-x86_64OKFeb 06 2025
R-4.5-mac-x86_64OKFeb 06 2025
R-4.5-mac-aarch64OKFeb 06 2025
R-4.5-linux-x86_64OKFeb 06 2025
R-4.4-win-x86_64OKFeb 06 2025
R-4.4-mac-x86_64OKFeb 06 2025
R-4.4-mac-aarch64OKFeb 06 2025
R-4.3-win-x86_64OKFeb 06 2025
R-4.3-mac-x86_64OKFeb 06 2025
R-4.3-mac-aarch64OKFeb 06 2025

Exports:itpitp_cxptr_createxptr_eval

Dependencies:Rcpp

Overview of the itp package

Rendered fromitp-vignette.Rmdusingknitr::rmarkdownon Feb 06 2025.

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