bayespecon.diagnostics.lmtests.get_diagnostic_suite¶
- bayespecon.diagnostics.lmtests.get_diagnostic_suite(model)[source]¶
Return the
DiagnosticSuitefor model, orNone.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. ReturnsNonewhen no suite is registered for any class in the MRO.