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
|`full_time_work_prop`| The fraction of mobile devices that spent more than 6 hours at a location other than their home during the daytime (SafeGraph's `full_time_work_behavior_devices / device_count`) |
34
34
|`part_time_work_prop`| The fraction of devices that spent between 3 and 6 hours at a location other than their home during the daytime (SafeGraph's `part_time_work_behavior_devices / device_count`) |
35
35
|`median_home_dwell_time`| The median time spent at home for all devices at this location for this time period, in minutes |
36
+
|`completely_home_prop_7dav`| Offers a 7-day trailing window average of the `completely_home_prop`. |
37
+
|`full_time_work_prop_7dav`| Offers a 7-day trailing window average of the`full_time_work_prop`. |
38
+
|`part_time_work_prop_7dav`| Offers a 7-day trailing window average of the`part_time_work_prop`.|
39
+
|`median_home_dwell_time_7dav`| Offers a 7-day trailing window average of the `median_home_dwell_time`.|
36
40
37
41
After computing each metric on the census block group (CBG) level, we aggregate
38
42
to the county-level by taking the mean over CBGs in a county to obtain the value
@@ -42,6 +46,11 @@ doing so, we make the simplifying assumption that each CBG contributes an iid
42
46
observation to the county-level distribution. `n` also serves as the sample
43
47
size. The same method is used for aggregation to states.
44
48
49
+
SafeGraph's signals measure mobility each day, which causes strong day-of-week effects:
50
+
weekends have substantially different values than weekdays. Users interested in long-term
51
+
trends, rather than mobility on one specific day, may prefer the `7dav` signals since
52
+
averaging over the preceding 7 days removes these day-of-week effects.
53
+
45
54
## Lag
46
55
47
56
SafeGraph provides this data with a three-day lag, meaning estimates for a
0 commit comments