Update phase/compute.py
Browse files- phase/compute.py +2 -0
phase/compute.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
class ParticipationAdoptionIndex:
|
| 2 |
|
| 3 |
def __init__(self, num_participants, target_population, feedback_volume, w_pos, w_neg):
|
|
|
|
| 1 |
+
import math
|
| 2 |
+
|
| 3 |
class ParticipationAdoptionIndex:
|
| 4 |
|
| 5 |
def __init__(self, num_participants, target_population, feedback_volume, w_pos, w_neg):
|