bayespecon.diagnostics.lmtests.DiagnosticSuite

class bayespecon.diagnostics.lmtests.DiagnosticSuite(name, tests)[source]

Named, immutable registry of Bayesian LM specification tests.

name[source]

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

Type:

str

tests[source]

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

Type:

tuple[tuple[Callable, str], …]

__init__(name, tests)[source]

Methods

__init__(name, tests)

Attributes

name

tests

name[source]
tests[source]