meridian.analysis.review.configs.ROIConsistencyConfig

Configuration for the ROI Consistency Check.

Inherits From: BaseConfig

This check verifies if the posterior median of the ROI falls within a reasonable range of the prior distribution.

prior_lower_quantile The lower quantile of the ROI prior distribution to define the lower bound of the reasonable range.
prior_upper_quantile The upper quantile of the ROI prior distribution to define the upper bound of the reasonable range.

Methods

__eq__

Return self==value.

prior_lower_quantile 0.01
prior_upper_quantile 0.99