Skip to content
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

Update Peak Cadence Calculations to Remove Thresholds #145

Open
ashreves opened this issue Dec 3, 2024 · 0 comments
Open

Update Peak Cadence Calculations to Remove Thresholds #145

ashreves opened this issue Dec 3, 2024 · 0 comments

Comments

@ashreves
Copy link

ashreves commented Dec 3, 2024

Request to update the package to remove the current thresholds for peak cadence calculations. Specifically:

Peak 1-Minute Cadence:

  • Current: Requires a 10-minute threshold.
  • Update: Identify the highest step count minute of the day without applying any threshold.

Peak 30-Minute Cadence:

  • Current: Requires a 30-minute threshold.
  • Update: Use the highest 30 minutes of the day, even if they are not continuous. If a participant has fewer than 30 active minutes, use their available most active minutes.

This change aligns with analysis approaches like those used by Saint-Maurice et al., which rank-orders step data to focus on the most active minutes rather than enforcing thresholds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant