-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document: Don't understand the time unit of summary statistics #263
Comments
@hackdna Could you or your team member answer this question? Thanks! |
@YUHUINI1995, thanks for reaching out. I think @GeorgeEfstathiadis should be able to answer these questions. |
@hackdna Thank you. @GeorgeEfstathiadis Could you help answer these questions? |
@YUHUINI1995 the measures in the |
Thanks. How about the |
The |
Gotcha. Thanks for your reply. |
Thanks @GeorgeEfstathiadis! Would you mind adding units to the relevant variables in the docs? |
Hi @JiaxinCCC, this is a bug which we would need to investigate. Can you share the study and participant Beiwe ID you used to get this summary file as well as the code script you ran? And then I can look into this further. |
Hi @GeorgeEfstathiadis, thanks for your reply! I ran the code below using from forest.jasmine.traj2stats import Frequency, Hyperparameters, gps_stats_main
data_dir = "data/onnela_lab_gps_testing/"
output_dir = "gps_output_daily"
tz_str = "America/New_York"
frequency = Frequency.DAILY
save_traj = True
gps_stats_main(data_dir, output_dir, tz_str, frequency, save_traj) The data was downloaded from this repository, based on this tutorial. The ID is |
Hi @JiaxinCCC, I have created a PR to fix this bug (at least for the extreme values seen in row 1). Some of these |
I'm having difficulty understanding the time units of the summary statistics listed in this documentation.
Could someone help me understand them? For example, what are the units of obs_duration and total_flight_time, and how can I convert them into seconds or minutes?
The text was updated successfully, but these errors were encountered: