bayespecon.diagnostics.lmtests.FLOW_INTRA_SUITE

bayespecon.diagnostics.lmtests.FLOW_INTRA_SUITE = DiagnosticSuite(name='Flow-Intra', tests=((<function _lazy_bayesian_lm_flow_dest_test>, 'LM-Flow-Dest'), (<function _lazy_bayesian_lm_flow_orig_test>, 'LM-Flow-Orig'), (<function _lazy_bayesian_lm_flow_network_test>, 'LM-Flow-Network'), (<function _lazy_bayesian_lm_flow_joint_test>, 'LM-Flow-Joint'), (<function _lazy_bayesian_lm_flow_intra_test>, 'LM-Flow-Intra')))[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], …]