View source on GitHub
|
Implementation of the Model Quality Checks.
Classes
class BaseCheck: A generic, abstract base class for a single, runnable quality check.
class BaselineCheck: Checks for negative baseline probability.
class BayesianPPPCheck: Checks for Bayesian Posterior Predictive P-value.
class ConvergenceCheck: Checks for model convergence.
class GoodnessOfFitCheck: Checks for goodness of fit of the model.
class PriorPosteriorShiftCheck: Checks for a significant shift between prior and posterior of ROI.
class ROIConsistencyCheck: Checks if ROI posterior mean is in tails of ROI prior.
class Sequence: All the operations on a read-only sequence.
Other Members | |
|---|---|
| ConfigType |
Instance of typing.TypeVar
|
| ResultType |
Instance of typing.TypeVar
|
View source on GitHub