Welcome to ClientVPS Mirrors

NEWS

ctreeMI 0.3.0

Correctness fix – please refit any tree produced by 0.1.0 or 0.2.0

Versions 0.1.0 and 0.2.0 did not implement the Stack/M correction of Sherlock et al. (2026). They divided the significance threshold by M and passed alpha / M to ctree_control(). The published and validated method divides the node-level chi-square statistic by M and recomputes the p-value.

These are not equivalent. Writing q(p, df) for the chi-square quantile function, the statistic rule rejects when X > M * q(1 - alpha, df) while the threshold rule rejects when X > q(1 - alpha / M, df). They coincide only at M = 1. At df = 1 and alpha = 0.05:

M statistic rule threshold rule
5 X > 19.2 X > 6.63
10 X > 38.4 X > 7.88
30 X > 115.2 X > 9.88
50 X > 192.1 X > 10.83

Threshold rescaling therefore under-corrects severely, and trees fitted with 0.1.0-0.2.0 contain more splits than the published method supports. Refit any such tree with 0.3.0 and re-check any reported subgroups.

Changes

ctreeMI 0.2.0

ctreeMI 0.1.0

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.