bayespecon.diagnostics.lmtests.DiagnosticSuite¶
- class bayespecon.diagnostics.lmtests.DiagnosticSuite(name, tests)[source]¶
Named, immutable registry of Bayesian LM specification tests.
- tests[source]¶
Sequence of
(test_callable, display_label)pairs thatSpatialModel.spatial_diagnostics()will execute in order.
Methods
__init__(name, tests)Attributes