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
Copy file name to clipboardExpand all lines: dabest/_delta_objects.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/API/delta_objects.ipynb.
4
4
5
-
# %% auto 0
5
+
# %% auto #0
6
6
__all__= ['DeltaDelta', 'MiniMetaDelta']
7
7
8
-
# %% ../nbs/API/delta_objects.ipynb 5
8
+
# %% ../nbs/API/delta_objects.ipynb #af15ef59
9
9
fromscipy.statsimportnorm
10
10
importpandasaspd
11
11
importnumpyasnp
@@ -15,7 +15,7 @@
15
15
importwarnings
16
16
importdatetimeasdt
17
17
18
-
# %% ../nbs/API/delta_objects.ipynb 6
18
+
# %% ../nbs/API/delta_objects.ipynb #2df37fab
19
19
classDeltaDelta(object):
20
20
r"""
21
21
A class to compute and store the delta-delta statistics for experiments with a 2-by-2 arrangement where two independent variables, A and B, each have two categorical values, 1 and 2. The data is divided into two pairs of two groups, and a primary delta is first calculated as the mean difference between each of the pairs:
0 commit comments