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: docs/source/user-stories/overlaps.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,12 @@ kernelspec:
13
13
14
14
# Overlapping Groups
15
15
16
-
Generally group-by problems involve non-overlapping groups.
17
-
18
-
Consider the following group of labels:
16
+
This post is motivated by the problem of computing the [Meridional Overturning Circulation](https://en.wikipedia.org/wiki/Atlantic_meridional_overturning_circulation).
17
+
One of the steps is a binned average over latitude, over regions of the World Ocean. Commonly we want to average
18
+
globally, as well as over the Atlantic, and the Indo-Pacific. Generally group-by problems involve non-overlapping
19
+
groups. In this example, the "global" group overlaps with the "Indo-Pacific" and "Atlantic" groups. Below we consider a simplified version of this problem.
0 commit comments