Evaluates the feasibility of identifying host galaxies for binary black hole mergers using next-generation gravitational wave detector networks by comparing estimated localization volumes against theoretical stellar mass and metallicity thresholds. Use when the user wants to benchmark on Grid I: Galaxy Catalogue Injections, Grid II: Maximum & Minimum Sky Sensitivity Injections, or asks about evaluating this task. Reports localization_volume.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add qhjqhj00/research-skills-pool --skill bbh-host-identification-eval --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bbh Host Identification Eval?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/qhjqhj00-bbh-host-identification-eval)More formats (shields.io, HTML) on the badges page.
---
name: bbh-host-identification-eval
description: Evaluates the feasibility of identifying host galaxies for binary black hole mergers using next-generation gravitational wave detector networks by comparing estimated localization volumes against theoretical stellar mass and metallicity thresholds. Use when the user wants to benchmark on Grid I: Galaxy Catalogue Injections, Grid II: Maximum & Minimum Sky Sensitivity Injections, or asks about evaluating this task. Reports localization_volume.
metadata:
skill_kind: dataset_eval
source_arxiv: 2602.08459
bibtex_key: biswas2026identifying
confidence: high
---
# bbh-host-identification-eval
> Identifying Host Galaxies of Binary Black Hole Mergers with Next-Generation Gravitational Wave Detector Networks — Biswas et al. (2026) (arXiv:2602.08459, 2026)
## What this evaluates
Evaluates the feasibility of identifying host galaxies for binary black hole mergers using next-generation gravitational wave detector networks by comparing estimated localization volumes against theoretical stellar mass and metallicity thresholds.
## Datasets
- **Grid I: Galaxy Catalogue Injections** — total ?; splits: test (-1)
- **Grid II: Maximum & Minimum Sky Sensitivity Injections** — total ?; splits: test (-1)
## Metrics
- `localization_volume` **(primary)** — range: other
- Comoving volume containing 50% or 90% of the posterior probability distribution ($V_{50}$, $V_{90}$), computed via Fisher Information Matrix parameter estimation from injected signals.
- `chance_alignment_probability` — range: [0, 1]
- Probability that a random galaxy falls within the localization volume, used as a diagnostic for unique host association.
- `mass_fraction` — range: other
- Ratio of the localization volume to the minimum comoving volume required to contain one galaxy of a given stellar mass or metallicity threshold.
## Input / output format
**Input**: Injected binary black hole parameters (component masses, luminosity distance, sky location) and gravitational wave detector network configuration (e.g., HLVKIEC, EC, HLV).
**Output**: Estimated 50% and 90% credible localization volumes ($V_{50}$, $V_{90}$), theoretical and observed mass fractions, and chance alignment probability ($p_c$).
## Scoring recipe
```python
# Compute localization volumes from Fisher matrix
V_50, V_90 = compute_credible_volumes(fisher_matrix, posterior_samples)
# Compute chance alignment probability from volume and galaxy density
p_c = 1 - exp(-lambda_gal * V_90)
# Compute mass fraction relative to theoretical threshold
M_frac = V_90 / V_min(stellar_mass_threshold)
return V_50, V_90, p_c, M_frac
```
## Common pitfalls
- Localization volumes strongly depend on binary total mass and SNR, not just distance; low-mass binaries at large distances yield larger volumes despite fixed distance.
- Theoretical volume thresholds ($V_{\mathrm{min}}$, $V_{\mathrm{min}}^{Z}$) assume average galaxy distributions and do not account for local cosmic variance or specific catalogue incompleteness.
- Chance alignment probability ($p_c$) varies significantly with sky position due to detector antenna pattern sensitivity, requiring separate evaluation for maximum and minimum sensitivity regions.
## Evidence (verbatim from paper)
> Figure 5 presents the 3D localization volumes, quantified by the $V_{50}$ and $V_{90}$ credible regions, for each BBH injection in Grid I (Table 2), as inferred for the three GW detector networks we consider: HLVKIEC, HLV, and EC.
## Citation
```bibtex
@misc{biswas2026identifying,
title={Identifying Host Galaxies of Binary Black Hole Mergers with Next-Generation Gravitational Wave Detector Networks},
author={Biswas et al. (2026)},
year={2026},
note={arXiv:2602.08459}
}
```
- arXiv: 2602.08459
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!