View source on GitHub
|
Configuration for the Implausible ROI Check.
Inherits From: BaseConfig
meridian.analysis.review.configs.ImplausibleROIConfig(
roi_upper_bound: float = 20.0, roi_lower_bound: float = 0.5
)
Attributes | |
|---|---|
roi_upper_bound
|
The upper bound threshold for spend-weighted posterior mean ROI. |
roi_lower_bound
|
The lower bound threshold for reciprocal-spend-weighted posterior mean ROI. |
Methods
__eq__
__eq__(
other
)
Return self==value.
Class Variables | |
|---|---|
| roi_lower_bound |
0.5
|
| roi_upper_bound |
20.0
|
View source on GitHub