Skip to content

Commit 82c00c6

Browse files
yeonjaeparkThe Meridian Authors
authored and
The Meridian Authors
committed
Fix incremental_outcome docstring.
PiperOrigin-RevId: 738912374
1 parent 72edb3d commit 82c00c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meridian/analysis/analyzer.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1841,8 +1841,8 @@ def incremental_outcome(
18411841
include or booleans with length equal to the number of time periods in
18421842
`new_data`, if provided. If `new_data` is provided,
18431843
`media_selected_times` can select any subset of time periods in
1844-
`new_data`. If `new_data is not provided, `media_selected_times` selects
1845-
from `InputData.time`. The incremental outcome corresponds to
1844+
`new_data`. If `new_data` is not provided, `media_selected_times`
1845+
selects from `InputData.time`. The incremental outcome corresponds to
18461846
incremental KPI generated during the `selected_times` arg by treatment
18471847
variables executed during the `media_selected_times` arg. For each
18481848
channel, the incremental outcome is defined as the difference between

0 commit comments

Comments
 (0)