← Back to home
Comparison · Infra & APIs

gkwdist vs missSBM

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

Shared themes:r-package

gkwdist vs missSBM: at a glance

FeaturegkwdistmissSBM
SectorInfra & APIsInfra & APIs
Velocity score2.52.5
Sparks · 30d00
Top themesr-package, statistical-distributions, numerical-stability, mler-package, network-analysis, stochastic-block-model, missing-data
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is gkwdist?

gkwdist keeps finding that its distributions were returning the wrong numbers.

The package implements the Generalized Kumaraswamy distribution family and its sub-families. The current release fixes six numerical defects, the most serious being that dgkw() returned zero for every input because internal helpers collided with same-named functions in R's public Rmath.h header. Log-likelihoods for three sub-families were also wrong for data near zero due to clamping instead of working in log space.

Read the full gkwdist trajectory →

What is missSBM?

missSBM returns after four dormant years with a stricter API and a new refinement step.

The package fits stochastic block models to networks with missing data, covering both missing-at-random and informative sampling designs. After a run of releases from 2019 to 2022, the feed goes quiet until this year's 1.1.0, which breaks the control interface, exposes the block split and merge operations as testable instance methods, and adds a node-swap refinement pass that runs after variational convergence.

Read the full missSBM trajectory →

gkwdist vs missSBM: editorial side-by-side

G
gkwdist
INFRA · APIS
2.5

gkwdist keeps finding that its distributions were returning the wrong numbers.

◆ Current state

The package implements the Generalized Kumaraswamy distribution family and its sub-families. The current release fixes six numerical defects, the most serious being that dgkw() returned zero for every input because internal helpers collided with same-named functions in R's public Rmath.h header. Log-likelihoods for three sub-families were also wrong for data near zero due to clamping instead of working in log space.

◆ Where it's heading

Every release in this window is correctness work with an unchanged public API — critical MLE fixes in 1.1.3, a CRAN timing-test patch in 1.1.4, numerical corrections in 1.1.5. The recurring theme is that analytically correct formulas were being defeated by implementation details: name collisions, sign errors returning negative infinity where positive was required, and clamping thresholds that destroyed precision in the tails. Test infrastructure added in 1.1.2 validates analytical derivatives against numerical differentiation, which is how several of these were caught.

◆ Prediction

Expect further validation-driven fixes rather than new distributions, since the derivative-checking suite added earlier is still surfacing defects in existing routines.

M
missSBM
INFRA · APIS
2.5

missSBM returns after four dormant years with a stricter API and a new refinement step.

◆ Current state

The package fits stochastic block models to networks with missing data, covering both missing-at-random and informative sampling designs. After a run of releases from 2019 to 2022, the feed goes quiet until this year's 1.1.0, which breaks the control interface, exposes the block split and merge operations as testable instance methods, and adds a node-swap refinement pass that runs after variational convergence.

◆ Where it's heading

The new release is maintenance-driven in the best sense: it targets the parts of the codebase that were hard to test or easy to misuse. Replacing free-form control lists with a function of named, defaulted arguments turns silent typos into errors, and pulling the exploration logic out of the collection class makes the search algorithm independently testable without changing it. The polish step addresses a known weakness, reaching individually misclassified nodes that split and merge moves cannot fix.

◆ Prediction

Given the gap before this release, the near-term question is whether the cadence resumes at all; the refactoring it contains would support further algorithmic work if it does.

Alternatives to gkwdist and missSBM

Other Infra & APIs 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 gkwdist or missSBM.

See all gkwdist alternatives → · See all missSBM alternatives →

Recent activity from gkwdist and missSBM

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

  1. 6d agogkwdistv1.1.5 — Numerical correctness fixes and componentwise derivative validation
  2. 26d agomissSBMReplaces raw control lists with missSBM_param(), adds polish()
  3. 2mo agogkwdistv1.1.4 — CRAN fix: skip timing-based tests on CRAN
  4. 2mo agogkwdistv1.1.3 — Critical MLE Bug Fixes & Numerical Corrections
  5. 7mo agogkwdistAdds analytical derivative validation across all sub-families
  6. 8mo agogkwdistRefactors the C++ backend around stable log-space utilities
  7. 3y agomissSBMAdapts to Matrix 1.4-2 and fixes HTML5 documentation
  8. 4y agomissSBMFixes linking against nloptR 2.0.0
  9. 5y agomissSBMRelaxes CRAN test tolerances to avoid random failures
  10. 5y agomissSBMRewrites optimisation in C++ armadillo with sparse matrices
  11. 5y agomissSBMRenames core functions and interfaces with the sbm package

Frequently asked questions

What is the difference between gkwdist and missSBM?

Both compete on the same themes — r-package — within Infra & APIs. gkwdist and missSBM are shipping at a similar cadence (velocity 2.5 vs 2.5, 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 gkwdist better than missSBM?

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

What are the best alternatives to gkwdist?

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

What are the best alternatives to missSBM?

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