bayespecon._logdet.resolve_logdet_bounds¶
-
bayespecon._logdet.resolve_logdet_bounds(method, *, n, priors=
None, rho_min=None, rho_max=None)[source]¶ Resolve method-specific rho bounds from defaults, priors, or overrides.
Resolution precedence is: explicit overrides, prior-derived bounds, method defaults.
For row-standardised W the spectral stability interval is always approximately (-1, 1), so the default bounds are sufficient without computing eigenvalues. Pass explicit
rho_min/rho_maxwhen using non-row-standardised W.