You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 'decrease' direction to ROPE probability and update docs
Extended the _compute_rope_probability function to support a 'decrease' direction, returning the probability that the effect is less than -min_effect. Added corresponding unit test. Updated documentation to clarify ROPE calculation for all directions and expanded reporting statistics and usage examples.
Copy file name to clipboardExpand all lines: docs/source/knowledgebase/reporting_statistics.md
+54-5Lines changed: 54 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,25 @@ CausalPy supports two modeling frameworks, each with its own statistical paradig
15
15
The reporting layer automatically detects which type of model you're using and generates appropriate statistics. You don't need to specify the statistical approach.
16
16
:::
17
17
18
+
## Experiment Support
19
+
20
+
The `effect_summary()` method is available for the following experiment types:
0 commit comments