bayespecon.diagnostics.lmtests.SAR_PANEL_SUITE

bayespecon.diagnostics.lmtests.SAR_PANEL_SUITE = DiagnosticSuite(name='SAR-Panel', tests=((<function _lazy_bayesian_panel_lm_error_test>, 'Panel-LM-Error'), (<function _lazy_bayesian_panel_lm_wx_test>, 'Panel-LM-WX'), (<function _lazy_bayesian_panel_robust_lm_wx_test>, 'Panel-Robust-LM-WX')))[source]

Named, immutable registry of Bayesian LM specification tests.

bayespecon.diagnostics.lmtests.name[source]

Human-readable identifier, e.g. "OLS" or "SAR-Panel".

Type:

str

bayespecon.diagnostics.lmtests.tests[source]

Sequence of (test_callable, display_label) pairs that SpatialModel.spatial_diagnostics() will execute in order.

Type:

tuple[tuple[Callable, str], …]