The big idea¶
How do you tell, objectively, whether a star cluster is centrally concentrated (a smooth radial density gradient) or substructured (multi-scale fractal clumping)? CW04 show that two normalised statistics together do it. The normalised correlation length (mean separation / cluster radius) decreases both as a cluster becomes more centrally concentrated and as it becomes more fractal — so alone is ambiguous. The normalised mean MST edge length also decreases in both cases, but with a different sensitivity. Their ratio
breaks the degeneracy: ⇒ centrally concentrated (radial gradient), ⇒ substructured (fractal).
Core definitions¶
Project the cluster to 2-D. Let be the number of stars, the distance from the mean position to the furthest star, and the cluster area.
Normalised correlation length. With the mean of all pairwise separations,
Normalised mean MST edge length. The minimum spanning tree (MST) is the shortest set of edges connecting all stars with no loops. Its expected total length for points uniformly spread over area scales as (Beardwood+ 1959), so the size-independent normalisation is
with the total MST length. The is mandatory — omitting it collapses (and was the root cause of a discredited headline elsewhere in this codebase).
Calibration (their Table 1; 3-D models projected to 2-D, )¶
| Model | profile | |
|---|---|---|
| 3D0 | uniform sphere | |
| 3D1 | ||
| 3D2 | ||
| 3D2.9 | ||
| F3.0 | fractal | |
| F2.5 | fractal | |
| F2.0 | fractal | |
| F1.5 | fractal |
Increasing central concentration pushes above 0.8; increasing fractal sub-clustering (lower ) pushes it below 0.8. (The uncertainties are small — at ; it is the correlation length that carries the large scatter at low , Table 1 column 2.)
Radial models are sampled analytically via the inverse CDF (their Eq. 2) for ; fractal models use a discrete box-fractal tree with Bernoulli maturation probability ().
Real clusters (their Table 1 / abstract). Centrally concentrated: IC 348 , Oph 0.85 (radial slopes ); mildly substructured: Chamaeleon 0.67, IC 2391 0.66 (); strongly substructured: Taurus 0.45 (; treating its binaries as single systems raises this to 0.58, ).
Use in progenax¶
JAX-native CW04 substructure Q parameter — JAX-native kNN approximation + scipy reference.
Fractal substructure — as the substructure truth metric.
experimental/gravoturb/diagnostics/q.py— clean-room CW04 estimator (numpy/scipy, non-differentiable).tests/experimental/fixtures/cw04_models.py— analytic radial models for the AC5 validation.
Validation (AC5): the estimator reproduces the 3D0/3D1/3D2 anchors (0.79/0.84/0.93) within Table-1 scatter and is monotone in central concentration.
Notes¶
Area convention (important). CW04 normalise each cluster so that (Fig. 3 caption: “scaled so that the distance from the centre to the most distant star is unity”) and normalise by with “the area of the cluster” (Section 4.1). Operationally this is the circle area , not the convex-hull area: using the hull biases high by –0.14, whereas reproduces Table 1 to (our AC5: 0.782/0.832/0.924 vs 0.79/0.84/0.93). Other authors (Schmeja & Klessen 2006; Lomax+ 2018) instead set , giving a different absolute scale.
The CW04 is distinct from the virial ratio ; progenax separates these into different modules.
is a poor estimator of fractional-Brownian-motion (FBM) parameters — see Lomax, Bates & Whitworth (2018) — a caution for any -vs-structure calibration built on GRF/FBM density fields.
- Cartwright, A., & Whitworth, A. P. (2004). The statistical analysis of star clusters. Monthly Notices of the Royal Astronomical Society, 348, 589–598. 10.1111/j.1365-2966.2004.07360.x