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:
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')) |
Bug tracker:https://github.com/paulnorthrop/itp/issues
algorithmbracketingitpitp-methodroot-finding
Last updated 6 months agofrom:b51384f3c4. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-win-x86_64 | OK | Nov 08 2024 |
R-4.5-linux-x86_64 | OK | Nov 08 2024 |
R-4.4-win-x86_64 | OK | Nov 08 2024 |
R-4.4-mac-x86_64 | OK | Nov 08 2024 |
R-4.4-mac-aarch64 | OK | Nov 08 2024 |
R-4.3-win-x86_64 | OK | Nov 08 2024 |
R-4.3-mac-x86_64 | OK | Nov 08 2024 |
R-4.3-mac-aarch64 | OK | Nov 08 2024 |
Exports:itpitp_cxptr_createxptr_eval
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
itp: The Interpolate, Truncate, Project (ITP) Root-Finding Algorithm | itp-package _PACKAGE |
The ITP root-finding algorithm | itp |
The ITP root-finding algorithm using C++ | itp_c |
Plot method for objects of class '"itp"' | plot.itp |
Print method for objects of class '"itp"' | print.itp |
Create an external pointer to a C++ function | xptr_create |
Call a C++ function using an external pointer | xptr_eval |