bayespecon.diagnostics.lmtests.SLX_SUITE

bayespecon.diagnostics.lmtests.SLX_SUITE = DiagnosticSuite(name='SLX', tests=((<function _lazy_bayesian_lm_lag_test>, 'LM-Lag'), (<function _lazy_bayesian_lm_error_test>, 'LM-Error'), (<function _lazy_bayesian_robust_lm_lag_sdm_test>, 'Robust-LM-Lag-SDM'), (<function _lazy_bayesian_robust_lm_error_sdem_test>, 'Robust-LM-Error-SDEM')))[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], …]