uvex_transients.transients.LFBOTs.LuminousFastBlueOpticalTransient.compute_all_sky_yield_ci#
- LuminousFastBlueOpticalTransient.compute_all_sky_yield_ci(duration: Quantity) tuple[float, float]#
Compute rate-only bounds on the expected all-sky intrinsic event count.
For a fixed observer-frame duration, transform the bounds on
all_sky_rateas\[[\mu_{\mathrm L},\mu_{\mathrm U}] = [T\mathcal R_{\mathrm L},T\mathcal R_{\mathrm U}].\]- Parameters:
duration (
Quantity) – Nonnegative observer-frame sampling-window duration, convertible to time units. Use the same window as forcompute_all_sky_yield().- Returns:
Lower and upper bounds on the expected intrinsic event count. The endpoints need not be integers and retain the confidence level assigned to the rate bounds.
- Return type:
Notes
These bounds propagate only the uncertainty represented by
RATE_CI. They include neither survey selection nor Poisson fluctuations in a realized count, and are not a prediction interval for a future catalog.If
RATE_CIisNone, both endpoints equal the expected count. See Yield Statistics.