7  Einstein Telescope

In this chapter, we outline the concept for the Einstein Telescope detector, summarizing some main aspects related to the “Blue Book” we recently published (Abac et al. 2026), especially related to the challenges of accurate parameter estimation.

Then, we discuss in detail an injection performed for a high-SNR GW250114-like signal (Section 7.2.1), which we presented in Tissino et al. (2026). Finally, we present the results of population-scale analyses comparing the \(\Delta\) and 2L configurations, that we presented in Santoliquido et al. (2025a) and Santoliquido et al. (2026).

7.1 Detector concept

The Einstein Telescope (Punturo et al. 2010) is a planned next-generation (XG) gravitational wave detector in Europe. It will consist of interferometers, like current detectors, but with several improvements enabling a ten-fold improvement in sensitivity (Hild et al. 2011):

  • it will be built underground, allowing for a significant reduction in seismic and anthropogenic noise;
  • it will have a xylophone design: each detector will consist of two colocated interferometers, one operating cryogenically with low laser power to be sensitive at low frequencies, and one operating at room temperature at higher power to be sensitive at high frequencies;
  • it will have longer arms, of 10km or more in length depending on the design.

There are currently two main proposed designs. One option is a set of three interferometers, each with an aperture angle of 60 degrees, forming an equilateral triangle. This is called ET-\(\Delta\). The alternative consists of two L-shaped detectors, each with an aperture angle of 90 degrees, in two different locations within Europe, with a distance of little more than 1000km. These two detectors may be aligned, like the two LIGO detectors, or misaligned — the choice between these configurations involves, among other considerations, a trade-off between sensitivity to compact binary sources and stochastic backgrounds (Branchesi et al. 2023).

There are different sites which may, as of this writing, host the Einstein Telescope within Europe (Serra 2025):

  • the Sos Enattos mine in the northeast of Sardinia, Italy, near the villages of Bitti, Onanì and Lula — we depict this in Figure 7.1;
  • the Euregio Meuse-Rhine (EMR) at the border of Luxembourg, Belgium and Germany, near the towns of Maastricht and Liège;
  • the Lusatia region in Saxony, Germany.
Figure 7.1: Sardinian candidate site for the Einstein Telescope, the configuration used for the simulations discussed in Section 7.2.1.

The scientific potential for the Einstein Telescope is extremely wide, including CBC population studies, precision cosmology, multimessenger observations, and tests of general relativity. A full description is beyond the scope of this thesis, and we refer the reader to some among the many works which describe it in detail (Abac et al. 2026, Branchesi et al. 2023, Ronchini et al. 2022).

In a similar time frame, a detector dubbed Cosmic Explorer is planned in the United States (Reitze et al. 2019). While it shares many similarities with the Einstein Telescope, there are some major design differences between the two. Cosmic Explorer’s planned arm length is 40km, significantly longer than any of the designs for the Einstein Telescope, and it will not use cryogenics. Hence, its sensitivity is expected to be better at high frequencies, but worse at low frequencies.

In the remainder of this chapter we shall discuss the challenges which come when trying to perform parameter estimation with a very sensitive detector, and how some recent advancements in these techniques are allowing for systematic forecasting studies, which can help in informing the urgent choices that need to be made regarding the construction of this instrument. While some of the results presented here are generally applicable to any sensitive ground-based interferometer, we also shall explore some challenges specific to the candidate geometries for the Einstein Telescope.

7.2 Data analysis challenges

This section will give a brief summary of the primary challenges that remain unsolved in the data analysis of compact binary signals with the Einstein Telescope. They are described in significantly more detail in chapters 8 and 10 of Abac et al. (2026), which also outlines some problems we will not consider here, such as the detection of CBCs and the analysis of different types of signals like continuous waves or stochastic backgrounds.

The main differences between the analyses performed with the Einstein Telescope, compared to current detectors, are as follows.

  • The noise is overall lower, by approximately an order of magnitude, which leads to
    • more detected signals, approximately \(10^{5}\) black hole and neutron star binaries per year in total,
    • higher signal-to-noise ratios for the closest events, reaching the level of \(\rho \approx 10^{3}\).
  • The sensitive band extends to both higher and lower frequencies than current detectors.
    • At lower frequencies and for low-mass binaries, this leads to them being in-band for several hours, which makes the effect of the Earth’s rotation on the angles between detector and source non-negligible.
    • At higher frequencies, the improved sensitivity combined with the longer arm length leads to the necessity of considering a frequency-dependent antenna pattern as discussed in Section 6.4.

Including time and frequency dependence in the antenna patterns is not an issue per se, as the way to account for these effects computationally is well-known. These effects significantly increase the complexity of the space of possible waveforms which may reach the detector, and can in fact be beneficial by making signals with different parameters more distinguishable. However, some of the current approaches for faster parameter estimation significantly suffer from their inclusion (Baker et al. 2025): the computational footprint for a reduced order model (Section 3.4.2), which guarantees accuracy for any point in a given prior space, dramatically increases when the antenna patterns are measurably time- and frequency-dependent.

The number of signals being much larger poses some issues of its own, besides the obvious one of requiring a proportionally larger amount of computational resources. With the current generation of detectors, it can generally be assumed that the time before and after any given signal only contains noise, which allows for off-source noise characterization. This will not be true anymore, especially in the presence of many long-lived, low-mass sources.

Furthermore, some of these signals may overlap (see e.g. Janquart et al. 2023); this breaks another common assumption in gravitational wave analysis, that of only one signal being present in the data segment being analyzed.

Finally the high SNRs of the best-measured signals, while being crucial for many parts of the Einstein Telescope’s science case (multimessenger science, tests of GR and so forth) significantly challenges several aspects of the current infrastructure, with waveform modelling likely being the most affected. We can draw an approximate relation, based on a Fisher matrix argument, between the maximum mismatch (Equation 5.4) which is expected not to bias parameter estimation at a given SNR \(\rho\) (Baird et al. 2013): \[ \mathcal{\bar{F}} \lesssim \frac{\chi^2_D(1-p)}{2 \rho^{2}}\,, \] where \(\chi^2_D(p)\) denotes the inverse CDF of a chi-square variable with \(D\) degrees of freedom, where \(D\approx 15\) is the number of waveform model parameters.

Source code
from IPython.display import Markdown
from scipy import stats
import astropy.units as u

p = .9
D = 15
rho = 1000

chi2 = stats.chi2.ppf(p, D)/2
constraint = chi2 / rho**2 * u.dimensionless_unscaled

Markdown(f'For example, at a {100*p:.0f}\% credible level with {D} parameters, the constraint is $\mathcal{{\\bar{{F}}}} \lesssim {chi2:.2f} / \\rho^2$; '
f'at an SNR of {rho}, this translates to $\mathcal{{\\bar{{F}}}} \lesssim$ {constraint.to_string(precision=2, format="latex_inline")}.')

For example, at a 90% credible level with 15 parameters, the constraint is \(\mathcal{\bar{F}} \lesssim 11.15 / \rho^2\); at an SNR of 1000, this translates to \(\mathcal{\bar{F}} \lesssim\) \(1.1 \times 10^{-5} \; \mathrm{}\).

This level of accuracy is currently beyond the reach of any waveform model; the situation is better for low spin and eccentricity, but outside of this regime biases are already observable with current detectors (Abac et al. 2025).

Overall, significant work remains to be done in the next decade in order to prepare for the fast and unbiased analysis of Einstein Telescope data.

7.2.1 GW250114 as seen by a triangular Einstein Telescope

We inject a waveform corresponding to the maximum likelihood point from the LVK analysis of the gravitational wave event GW250114 into the data of a triangular Einstein Telescope. We analyze the data using the software bilby (Ashton et al. 2019) combined with the sampler nessai (Williams, Veitch & Messenger 2021). Our analysis does not include time- nor frequency-dependent antenna patterns. We summarize the priors we adopt, as well as the injected values for various parameter, in Table 7.1.

Source code
from thesis_scripts import data_path
from IPython.display import Markdown

string = """
| Parameter                                         |   Injected value | Unit      | Prior function              | Prior range             |
|:----------------|------------------------:|:----------|:----------------------------|:------------------------|
| $\mathcal{M}$                                     |     31.3      | $M_\odot$ | Uniform                     | [30, 32]                |
| $q$                                               |      0.98    |           | Uniform                     | [0.95, 0.99]            |
| $\chi_1$                                          |     -0.05   |           | Aligned spin (@eq-aligned-spin-prior-uniform-in-magnitude)                | [-0.9, 0.9]             |
| $\chi_2$                                          |      0.01   |           | Aligned spin (@eq-aligned-spin-prior-uniform-in-magnitude)                | [-0.9, 0.9]             |
| $d_L$                                             |    414       | Mpc       | Uniform in the source frame (@eq-uniform-source-frame-volume) | [400, 450]              |
| $\\theta_{JN}$                                     |      0.7    | rad       | Sine                        | [0, $\pi$]              |
| $\Delta t_{\mathrm{merger}}^{\mathrm{geocenter}}$ |      0 |  s         | Uniform                     | [-0.10, 0.10]           |
| $\mathrm{RA}$                                     |      2.3     | rad       | Uniform                     | [0, 2$\pi$]             |
| $\mathrm{DEC}$                                    |      0.2    | rad       | Cosine                      | [$-\pi / 2$, $\pi / 2$] |
| $\psi$                                            |      1.3     | rad       | Uniform                     | [0, $\pi$]              |
| $\phi$                                          |      1.6     | rad          | Uniform                     | [0, 2$\pi$]             |
| $m_1$                                             |     36.3      | $M_\odot$ | Constraint                  | [35, 37]                |
| $m_2$                                             |     35.5      | $M_\odot$ | Constraint                  | [34, 36]                |
"""

Markdown(string)
Table 7.1: Priors and injected values for our GW250114-like injection with the Einstein Telescope. The timing parameter \(\Delta t\) represents a deviation from the injected value, a GPS time for the merger of 1420878141.24 seconds, as measured at the geocenter.
Parameter Injected value Unit Prior function Prior range
\(\mathcal{M}\) 31.3 \(M_\odot\) Uniform [30, 32]
\(q\) 0.98 Uniform [0.95, 0.99]
\(\chi_1\) -0.05 Aligned spin (Equation 5.2) [-0.9, 0.9]
\(\chi_2\) 0.01 Aligned spin (Equation 5.2) [-0.9, 0.9]
\(d_L\) 414 Mpc Uniform in the source frame (Equation 6.5) [400, 450]
\(\theta_{JN}\) 0.7 rad Sine [0, \(\pi\)]
\(\Delta t_{\mathrm{merger}}^{\mathrm{geocenter}}\) 0 s Uniform [-0.10, 0.10]
\(\mathrm{RA}\) 2.3 rad Uniform [0, 2\(\pi\)]
\(\mathrm{DEC}\) 0.2 rad Cosine [\(-\pi / 2\), \(\pi / 2\)]
\(\psi\) 1.3 rad Uniform [0, \(\pi\)]
\(\phi\) 1.6 rad Uniform [0, 2\(\pi\)]
\(m_1\) 36.3 \(M_\odot\) Constraint [35, 37]
\(m_2\) 35.5 \(M_\odot\) Constraint [34, 36]

This signal would have an SNR of approximately 680 when combining the three detectors. Accordingly, the constraints on the source’s intrinsic parameters are quite tight; we shall show some of them in Section 8.2.3.3, with a comparison to the Lunar Gravitational Wave Antenna.

Here, instead, we shall focus on a peculiar feature of the posterior distribution. In Section 7.3.1 we describe how short signals are typically expected to exhibit an 8-fold multimodality in the sky. We only observe two modes in the sky for this injection, symmetrically across the local horizon, as shown in Figure 7.2. Specifically, about 5% of the posterior mass is in this mode, which also features a significantly different geocentric time, as well as inclination and polarization angles peaking at \(\pi\) minus their injected value.

Figure 7.2: Posterior distribution on the sky position for our GW250114 injection. We show individual posterior samples with a scatter plot, and color them by the corresponding estimated geocentric time, quantified as a deviation from its injected value. We mark the injected position with a white cross.

The antenna pattern symmetry leading to this mode can be understood analytically; see also equation 63 in Marsat, Baker & Canton (2021). Why the posterior distribution is not perfectly symmetric, and why the other 6 modes are not present, are not clear from the discussion in that work, as for this injection we employed the long wavelength approximation (LWA).

What those authors do not discuss (as it is not relevant in the LISA case) are the features of posterior distributions obtained in the LWA, but accounting for the separation between beamsplitters. In our simulation, the Einstein Telescope consists of three detectors separated by 10km each which, due to the long-wavelength approximation, are effectively point-like. The temporal resolution for the arrival time of the signal at each them is so precise, on the scale of tens of microseconds, that is allows (our simulation of) the ET to triangulate the signal, despite its extremely short baseline of \(33 \upmu \text{s} \times c\). In order to show this, in Figure 7.3 we show the posterior distribution on the arrival time of the merger at the three beamsplitters. The three arrival times are well-measured on the scale of tens of microseconds, thus the time delays between detectors can inform the sky localization.

Figure 7.3: Posterior distribution on the arrival times at the three ET beamsplitters in our GW250114 injection. From Tissino et al. (2026).

7.3 Neural posterior estimation for high-mass black holes

In order to investigate the possible configurations for the Einstein Telescope, we (Santoliquido et al. 2025a,b) performed several injection campaigns with neural posterior estimation (Section 2.3.2), which provide full parameter estimation results for each of the sources. With the current technology, this is possible for a population of high-mass black holes at high redshift, which last for a short time in the detector band and have generally low SNRs. Though we inject sources in the chirp mass and distance ranges \(\mathcal{M} \in [40, 1100] M_{\odot}\) and \(d_{L} \in [5, 500] \text{Gpc}\), we are forced to discard most sources with chirp masses \(\mathcal{M} \lesssim 150 M_{\odot}\) and distances \(d_{L} \lesssim 6 \text{Gpc}\), due to their low sample efficiency, shown in Figure 7.4. Specifically, we discard any source for which the sample efficiency, defined in Section 2.3.3, is lower than \(10^{-2}\).

Figure 7.4: Sample efficiency for the sources considered by Santoliquido et al. (2025b) as a function of SNR, for all detector configurations. We observe little variation across configurations. For SNRs higher than 100, we generally observe low sample efficiencies: as long as that is the case, the usage of NPE does not present a computational advantage for these sources compared to stochastic methods.

Sources similar to these are expected to constitute the majority of black holes observed by the Einstein Telescope. Black holes are expected to form at high redshift from several processes, among them the collapse of the nearly metal-free first generation of stars (Population III). Santoliquido et al. (2023) investigated their formation history, highlighting the uncertainties in our understanding of these early stars. Constraining the properties of these black holes thus has interesting astrophysical implications.

While an investigation including only a specific kind of source can only provide partial information, it can still highlight some important characteristics of each detector network’s capabilities.

Figure 7.5: Summary statistics for source position constraints by various configurations. The information gain (Section 2.2.6) encodes the global volumetric compression between prior and posterior. We see variations of one to two orders of magnitude across configurations for the sky localization area, fractional distance uncertainty and comoving volume constraints. This is driven by network geometry, as we can see from the fact that the distribution of SNRs is similar for all configurations. From Santoliquido et al. (2025b).

In Figure 7.5 we provide some summary statistics for several configurations of Einstein Telescope, also combining it with other detectors.

We will focus specifically on three configurations, which involve the Einstein telescope alone:

  • ET - \(\Delta\), with 10 km arms, which we will discuss in more detail in Section 7.3.1;
  • ET - 2L, with 15 km arms, in two configurations: aligned and misaligned by 45 degrees, discussed in Section 7.3.2. The two detectors are assumed to be in the EMR and Sardinia respectively. The aligned and misaligned configurations are labelled “2L A” and “2L MisA” respectively.

The comparison also includes other options with additional detectors, as follows:

  • 2L MisA + LHI involves two misaligned L-shaped Einstein Telescope detectors, as in the “ET-2L MisA” configuration, paired with a network of the LIGO detectors at Hanford and Livingston plus LIGO India, with all three latter operating at their mid-2030s “A#” sensitivity;
  • 1L + CE: an L-shaped Einstein telescope in Sardinia combined with a 40 km Cosmic Explorer located near Hanford;
  • \(\Delta\) + CE: a triangular Einstein Telescope in Sardinia combined with a 40 km Cosmic Explorer located near Hanford;
  • 2L MisA + CE: two Einstein Telescopes in Sardinia and the EMR region, each with 15 km arms, combined with a 40 km Cosmic Explorer located near Hanford.

Including a distant detector improves the baseline of the measurement, hence these configurations are typically better at localizing than Einstein Telescope alone. In any case, the focus of the following discussion will be a comparison of Einstein Telescope designs.

For the analysis of the events in our sample, the misaligned 2L configuration is generally more informative about the signals, though the \(\Delta\) configuration typically constrains their distance more precisely. The misaligned 2L configuration is better at constraining sky position, which translates to smaller values of the comoving localization volume.

We started from the extrinsic parameters — distance and sky position — as they are the most dependent on detector configuration. As we see in Figure 7.6, the errors in most intrinsic parameters obtained with different configurations are quite stable, as they depend on the source SNR alone. This can also be understood from the correlation structure of the posterior distributions: see Section 2.4.1.3.

Figure 7.6: Summary statistics for intrinsic parameter constraints by various configurations. From Santoliquido et al. (2025b).

The only parameter for which we see significant differences in Figure 7.6 is the inclination angle, which depends on the amplitudes observed by different detectors, and is therefore generally correlated with luminosity distance.

7.3.1 \(\Delta\) shape

The \(\Delta\) design for the Einstein Telescope consists of three co-located interferometers, the arms of each are two sides of an equilateral triangle. These three interferometers are labelled ET-1, ET-2 and ET-3. This detector design has the unique property of being able to “self-localize”, that is, determine the position of a gravitational wave source with high precision without making use of travel-time measurements between detectors.

For the many CBC sources, though, this precise localization is sullied by an eight-fold multimodality (Santoliquido et al. 2025a), which was also previously highlighted in the context of LISA (Marsat, Baker & Canton 2021), which shares the triangular geometry. An example of this multimodality is shown in Figure 7.7.

Figure 7.7: Sky position posterior, colored by arrival time at geocenter, for a massive black hole injection as observed by a triangular Einstein Telescope. The posterior is shown in an altitude-azimuth coordinate frame centered at the Einstein Telescope’s location. From Santoliquido et al. (2025a).

These degeneracies are driven by symmetries in the antenna patterns, and they are expected to be present as long as no effect is able to make some modes preferred over others. The following effects could do so:

  • Modulation driven by the Earth’s rotation for a long signal. The precise threshold for this will depend on many specifics, but we can expect it to be on the scale of an hour in duration.
  • Observation with another detector, not co-located with the triangular Einstein Telescope.
  • Very high SNRs, which make the non-point-like nature of the detector appreciable, as in Section 7.2.1, though this aspect remains under investigation.

We now turn to the geometric reasoning behind the multimodalities. In terms of the local azimuth \(\lambda\), altitude \(\beta\), and the polarization angle \(\psi\) of the incoming gravitational wave, the antenna pattern functions read (Regimbau et al. 2012):1 \[ \begin{aligned} F_{+}^{\text{ET-1}}(\beta, \lambda, \psi) &= - \frac{\sqrt{ 3 }}{4}[(1+\cos ^{2}\beta)\sin 2\lambda \cos 2 \psi + 2 \cos \beta \cos 2 \lambda \sin 2 \psi] \\ F_{\times}^{\text{ET-1}}(\beta, \lambda, \psi) &= + \frac{\sqrt{ 3 }}{4}[(1+\cos ^{2}\beta)\sin 2\lambda \sin 2 \psi + 2 \cos \beta \cos 2 \lambda \cos 2 \psi]\,. \end{aligned} \]

1 In Santoliquido et al. (2025a) the labels “altitude” and “azimuth” are inverted when defining these antenna patterns.

The antenna patterns for ET-2 and ET-3 are obtained with the transformation \(\lambda \to \lambda \pm 2 \pi / 3\).

These are all symmetric under a reflection across the local horizon (\(\beta\to-\beta\)), rotation around the locally vertical direction by half a turn (\(\lambda\to\lambda+\pi\)) and simultaneous rotation of the azimuth and polarization angle by a quarter of a turn (\(\lambda\to\lambda+\pi /2\), \(\psi \to \psi + \pi / 2\)).

These symmetries can be combined in any way, leading to an eight-fold degeneracy in the sky position of any source, with four equally-spaced modes above the local horizon, and four below it.

This also leads to a bimodality in time at the geocenter, if that is used as a parameter. Arrival time at the detector is directly measured, and to convert it to time at the geocenter we must add a term \(\hat{n} \cdot \vec{r} _\text{ET} / c\), which also equals \((\lvert \vec{r}_\text{ET} \rvert /c)\cos \beta\). The bimodality in \(\beta\), then, is propagated to geocentric time. This can be seen in Figure 7.7, which shows the posterior distribution on the sky position in local altitude/azimuth angular coordinates colored by geocentric time.

Figure 7.8: Number of modes in the sky for a selection of Einstein Telescope configurations and other detectors. From Santoliquido et al. (2025b).

In Figure 7.8 we summarize the number of modes in the sky location posterior distribution for the various configurations considered. A noticeable fraction of sources exhibits eight-fold multimodality with the \(\Delta\) configuration. Not all of them do, since in some cases the posterior may be broad enough not to qualify as “multimodal” with the clustering algorithm we are using even if it is symmetric; alternatively, for sources close to the local horizon the modes with positive and negative \(\beta\) may not be distinguishable, leading to a 4-fold multimodality.

The effect we discussed in Section 7.2.1, on the other hand, with the travel time between beamsplitters enabling the exclusion of certain modes, is not observed at the lower SNRs considered here.

7.3.2 2L shape

While the 2L configuration does not exhibit the eight-fold multimodalities we see with the \(\Delta\), it is not free from them, as is apparent from Figure 7.8.

The baseline between the two sites is \(|\Delta \vec{r}| = 1166\text{km} \approx 3.9 \text{ms} \times c\). If \(\Delta \vec{r} \cdot \hat{m}\), where \(\hat{m}\) is the source direction, is significantly longer than the uncertainty on the arrival time of the signal at our detectors \(\sigma_{t}\), the time delay can inform the sky localization of the source. If this is not the case, the only information available to this end comes from comparing the amplitude of the observed waveform at the various detectors. For the high-mass black holes in our sample, the timing uncertainties are generally large, and therefore we typically find ourselves in this scenario.

The amplitude of the signal, however, is also affected by its distance and inclination angle. This can lead to correlated multimodalities in the joint posterior distribution of sky position and distance, as illustrated in Figure 7.9.

Figure 7.9: Sky and distance posteriors for an injection in the 2L, misaligned case, compared to a triangular Einstein Telescope. We show results obtained with stochastic sampling (“Bilby”): they perfectly overlap with those obtained with NPE. The 2L configuration, in this case, yields a multimodal posterior distribution for both distance and sky position. From Santoliquido et al. (2025b).

The example in Figure 7.9 also helps in building an intuition for the interpretation of multimodalities. It is tempting, when presented with an asymmetric multimodal posterior distribution, to assume that the true value will lie in the higher mode. Of course, as long as our analysis is unbiased, the probability mass contained in each mode is precisely the probability that the true value will be contained in that mode. In this example, the true value is contained in the less-probable mode.

Multimodalities in distance are observed for a significant fraction of the sources in our sample, for all configurations except for the \(\Delta\), as shown in Figure 7.10.

Figure 7.10: Multimodality in the distance posteriors for all configurations. From Santoliquido et al. (2025b).

7.3.3 Statistical validation

In order to verify that our results are robust, we perform some statistical consistency tests.

Figure 7.11: Results of a pp-plot test for all configurations considered by Santoliquido et al. (2025b). For all parameters and all configurations, we confirm the statistical self-consistency of our approach.

The first among them is a \(p\)-\(p\) test (Section 2.1.2), shown in Figure 7.11. Furthermore, we perform full parameter estimation with nested sampling (Section 2.2) for a selection of sources, and directly compare the posterior distribution to that obtained with neural posterior estimation.

We measure their differences through the Jensen-Shannon Divergence, which is defined as a symmetrized version of the Kullbach-Leibler divergence (Section 2.2.6): \[ \text{JSD}(p, q) = \frac{1}{2} \left( \text{KL}(p||q) + \text{KL}(q||p) \right)\,. \]

This distance ranges in value from \(0\) to \(\log_{b}2\), where \(b\) is the base in which the logarithms in the KL divergence are computed.

The JSD between two sets of sample is commonly used to assess whether they originate from the same distribution. In order to do so, we need to determine what values of estimated JSD are compatible with statistical fluctuations, i.e. their null distribution. We determine this in a data-driven way: since we can easily sample from the NPE distribution, we draw 100 realizations of the full posterior and compare them with the JSD, in all \(100 \times (100-1) / 2 =4950\) combinations. This gives us a distribution of Jensen-Shannon divergences under the null hypothesis, which we can compare to the observed divergence with the nested sampling run.

The test confirms that the two distributions are statistically consistent (Santoliquido et al. 2025b); as far as we are able to check, the inference we are performing is unbiased.