Skip to content

Commit a7f3782

Browse files
committed
updated the mpm readme
1 parent 8efe3be commit a7f3782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prioritization_algorithms/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The individual moderators listed below are weighted on a per causal pathway basi
66
```
77
history_score = (message_recurrence * 0.1 + message_recency * 0.1 + measure_recurrence * 0.5) / (0.1 + 0.1 + 0.5)
88
```
9-
In the above example for the _social better_ example measure recurrence is more important than message recurrence or message recency
9+
In the above example for the _social better_ example measure recurrence is more important than message recurrence or message recency. We normalize the total history score by deviding by individual moderator weights.
1010

1111
`history_score` will be a value between 0 and 1 with 0 being the least history (the most motivational) and 1 being the most history (the least motivational).
1212

0 commit comments

Comments
 (0)