← Back to home
Comparison · Analytics

broadcast vs distributions3

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

Shared themes:r-package

broadcast vs distributions3: at a glance

Featurebroadcastdistributions3
SectorAnalyticsAnalytics
Velocity score0.02.5
Sparks · 30d00
Top themesarray-broadcasting, rcpp, type-consistency, linear-algebrar-package, probability-distributions, statistical-modelling, maintainership
Last editorial update1h ago50m ago
WebsiteVisit →Visit →

What is broadcast?

broadcast is filling in NumPy-style array broadcasting for R, operator by operator.

broadcast brings dimension-broadcasting semantics to R arrays and lists — elementwise operations between arrays of mismatched shape, plus casting methods between hierarchical lists and dimensional structures. It reached CRAN in September 2025 and has released roughly monthly since, accumulating operators (nor, nand, longest common substring), casting methods (cast_shallow2atomic, cast_hier2dim, hiernames2dimnames), and helpers (vector2array, undim, mbroadcasters).

Read the full broadcast trajectory →

What is distributions3?

distributions3 changes hands to Achim Zeileis, and a moment calculation bug goes with it.

An R package giving probability distributions a consistent object interface — d/p/q/r functions, moments, and prodist() methods that extract a fitted distribution from a regression object. Releases are infrequent, roughly one a year, and the last one is largely administrative: Achim Zeileis takes over maintenance from Alex Hayes, with all URLs and documentation updated to match, alongside a fix to incorrect moment calculations reported by a user.

Read the full distributions3 trajectory →

broadcast vs distributions3: editorial side-by-side

B
broadcast
ANALYTICS
0.0

broadcast is filling in NumPy-style array broadcasting for R, operator by operator.

◆ Current state

broadcast brings dimension-broadcasting semantics to R arrays and lists — elementwise operations between arrays of mismatched shape, plus casting methods between hierarchical lists and dimensional structures. It reached CRAN in September 2025 and has released roughly monthly since, accumulating operators (nor, nand, longest common substring), casting methods (cast_shallow2atomic, cast_hier2dim, hiernames2dimnames), and helpers (vector2array, undim, mbroadcasters).

◆ Where it's heading

The package is in its post-launch consolidation year, and the release notes read accordingly: roughly half of each entry is a consistency correction rather than an addition. Zero-length results now carry the right type, comparison operators accept integer and logical inputs, the comment attribute survives operations, and the nand operator was found to be wrongly defined against C++ short-circuit evaluation. That ratio is what a young package looks like while its edge cases are being found.

◆ Prediction

Expect more operators and casting methods on the same cadence, with continued type-consistency corrections as users exercise unusual input combinations. Nothing in the entries points at an architectural change.

D2.5

distributions3 changes hands to Achim Zeileis, and a moment calculation bug goes with it.

◆ Current state

An R package giving probability distributions a consistent object interface — d/p/q/r functions, moments, and prodist() methods that extract a fitted distribution from a regression object. Releases are infrequent, roughly one a year, and the last one is largely administrative: Achim Zeileis takes over maintenance from Alex Hayes, with all URLs and documentation updated to match, alongside a fix to incorrect moment calculations reported by a user.

◆ Where it's heading

The package's growth has come in two modes. Early releases absorbed whole families of distributions from outside contributors — the extreme-value set, Erlang, later the Poisson binomial — while later ones tightened the interface itself with is_discrete() and is_continuous() generics and elementwise type-safety when applying a distribution vector to a numeric vector. The handover is the notable event in the current window: maintenance moves to the author of the surrounding statistical ecosystem this package already integrates with through prodist() and countreg, which suggests the interface work will continue over the distribution-collection work.

◆ Prediction

Expect closer alignment with Zeileis's own packages, with prodist() coverage widening to more model classes; the entries here do not indicate whether new distribution families remain on the agenda.

Alternatives to broadcast and distributions3

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 broadcast or distributions3.

See all broadcast alternatives → · See all distributions3 alternatives →

Recent activity from broadcast and distributions3

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

  1. 24d agodistributions3Maintenance moves to Achim Zeileis; moment calculations corrected
  2. 2mo agobroadcastnor and longest-common-substring operators added; nand corrected
  3. 5mo agobroadcastcheckNULL, checkNA and ecumprob added
  4. 8mo agobroadcastZero-length results and attribute preservation made consistent
  5. 9mo agobroadcastacast dimnames bug fixed; casting and helper surface widens
  6. 10mo agodistributions3ggplot2 compatibility for the plotting functions
  7. 10mo agobroadcastrecurse_classed replaced by recurse_all in casting methods
  8. 11mo agobroadcastTitle case fixed for CRAN submission
  9. 1y agodistributions3Poisson binomial distribution, with a normal-approximation fallback
  10. 3y agodistributions3is_discrete and is_continuous generics, plus elementwise type-safety
  11. 4y agodistributions3Extreme-value family, Erlang, and a plotting generic

Frequently asked questions

What is the difference between broadcast and distributions3?

Both compete on the same themes — r-package — within Analytics. distributions3 is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is broadcast better than distributions3?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. distributions3 is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to broadcast?

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

What are the best alternatives to distributions3?

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