CRAN/E | itp

itp

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

Installation

About

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

paulnorthrop.github.io/itp/
github.com/paulnorthrop/itp
Bug report File report

Key Metrics

Version 1.2.1
Published 2023-12-02 287 days ago
Needs compilation? yes
License GPL-2
License GPL-3
CRAN checks itp results

Downloads

Yesterday 6 0%
Last 7 days 69 +30%
Last 30 days 283 -24%
Last 90 days 855 +16%
Last 365 days 3.265 +53%

Maintainer

Maintainer

Paul J. Northrop

Authors

Paul J. Northrop

aut / cre / cph

Material

README
NEWS
Reference manual
Package source

In Views

NumericalMathematics

Vignettes

Overview of the itp package

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

itp archive

Imports

Rcpp ≥ 1.0.8

Suggests

knitr
rmarkdown
stats
testthat ≥ 3.0.0

LinkingTo

Rcpp