meridian.analysis.review.configs.PriorPosteriorShiftConfig

Configuration for the Prior-Posterior Shift Check.

Inherits From: BaseConfig

n_bootstraps Number of bootstrap samples to use for calculating posterior statistics.
alpha Significance level for detecting a shift between prior and posterior distributions.
seed Random seed for reproducibility of bootstrap sampling.

Methods

__eq__

Return self==value.

alpha 0.05
n_bootstraps 1000
seed 42