bayespecon.diagnostics.lmtests.get_diagnostic_suite

bayespecon.diagnostics.lmtests.get_diagnostic_suite(model)[source]

Return the DiagnosticSuite for model, or None.

Looks up the model class in the registry. If model is an instance, uses type(model); if it is already a class, uses it directly. If the exact class is not found, walks the MRO to find the first registered ancestor. Returns None when no suite is registered for any class in the MRO.