← Back to home
Comparison · Analytics

dcurves vs itp

A side-by-side editorial comparison of dcurves and itp — release velocity, themes, recent moves, and the top alternatives to consider.

Shared themes:r-package

dcurves vs itp: at a glance

Featuredcurvesitp
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesclinical-prediction, decision-analysis, net-benefit, biostatisticsnumerical-methods, root-finding, rcpp, cran-maintenance
Last editorial update33m ago37m ago
WebsiteVisit →Visit →

What is dcurves?

Decision curve analysis, settled since 2022 and now moving only when its neighbours do

dcurves implements decision curve analysis — evaluating a prediction model or diagnostic test by net benefit across the range of thresholds a clinician might plausibly use, rather than by a single discrimination statistic. Its API stabilised in 2022 around dca() and test_consequences(). The two releases since exist because gtsummary and CRAN documentation rules changed, not because the method did.

Read the full dcurves trajectory →

What is itp?

A single-algorithm root-finder that finished its job in 2022 and has been idling since

itp implements one thing: the Interpolate, Truncate, Project root-finding algorithm of Oliveira and Takahashi, which narrows a bracketing interval each iteration and keeps bisection's worst-case guarantee while converging faster on well-behaved functions. The package reached its intended shape within about six weeks of first release, gaining a C++ entry point and the ability to take C++ function pointers. Everything after mid-2022 is compiler and CRAN upkeep.

Read the full itp trajectory →

dcurves vs itp: editorial side-by-side

D
dcurves
ANALYTICS
0.0

Decision curve analysis, settled since 2022 and now moving only when its neighbours do

◆ Current state

dcurves implements decision curve analysis — evaluating a prediction model or diagnostic test by net benefit across the range of thresholds a clinician might plausibly use, rather than by a single discrimination statistic. Its API stabilised in 2022 around dca() and test_consequences(). The two releases since exist because gtsummary and CRAN documentation rules changed, not because the method did.

◆ Where it's heading

The package reached its intended scope quickly and then stopped. Its 2022 releases did the substantive work: adding threshold-level diagnostic accuracy, tightening argument validation, and taking one breaking change to make net-interventions-avoided plots show the treat-all and treat-none reference lines by default. Since then it has moved only as a dependent of the wider tidy-modelling documentation ecosystem it plugs into.

◆ Prediction

Nothing in these entries points to method or API work; expect the next release to be another compatibility or CRAN documentation patch.

I
itp
ANALYTICS
0.0

A single-algorithm root-finder that finished its job in 2022 and has been idling since

◆ Current state

itp implements one thing: the Interpolate, Truncate, Project root-finding algorithm of Oliveira and Takahashi, which narrows a bracketing interval each iteration and keeps bisection's worst-case guarantee while converging faster on well-behaved functions. The package reached its intended shape within about six weeks of first release, gaining a C++ entry point and the ability to take C++ function pointers. Everything after mid-2022 is compiler and CRAN upkeep.

◆ Where it's heading

The arc is short and complete. Three releases in June and July 2022 took the package from an R implementation to one that can run the whole algorithm in C++ and accept user-supplied C++ functions via Rcpp's external pointer framework. Since then the only releases have been reactions to Rcpp changes that would otherwise trip CRAN checks — 2023 and 2026, both traceable to specific upstream Rcpp issues.

◆ Prediction

There is no visible development agenda here; the entries suggest the package surfaces only when Rcpp or CRAN check policy forces a patch.

Alternatives to dcurves and itp

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either dcurves or itp.

See all dcurves alternatives → · See all itp alternatives →

Recent activity from dcurves and itp

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 7mo agoitpRcpp Rf_error masking patch, README and help-file typo
  2. 9mo agodcurvesHTML5 documentation rebuild for CRAN
  3. 2y agodcurvesbroom.helpers added to Suggests for gtsummary 2.0
  4. 2y agoitpRcpp fix clears CRAN check warnings
  5. 3y agodcurvesNet interventions plots now show treat-all and treat-none by default
  6. 4y agoitpitp_c runs the whole algorithm in C++
  7. 4y agoitpAccepts C++ function pointers, adds a plot method
  8. 4y agoitpBracketing interval fix for locally decreasing functions
  9. 4y agoitpFirst release of the ITP root-finding algorithm
  10. 4y agodcurvestest_consequences() reports accuracy across thresholds

Frequently asked questions

What is the difference between dcurves and itp?

Both compete on the same themes — r-package — within Analytics. dcurves and itp are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is dcurves better than itp?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. dcurves and itp are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to dcurves?

Top dcurves alternatives in Analytics are ranked by recent ship velocity. Browse the "dcurves alternatives" section above for the current picks, or visit /alternatives/dcurves for the full list with editorial commentary on each.

What are the best alternatives to itp?

Top itp alternatives in Analytics are ranked by recent ship velocity. Browse the "itp alternatives" section above for the current picks, or visit /alternatives/itp for the full list with editorial commentary on each.