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

migrate to external algorithm crate, add DFA1a analysis #13

Merged
merged 14 commits into from
Dec 31, 2024
Merged

Conversation

mat-kie
Copy link
Owner

@mat-kie mat-kie commented Dec 25, 2024

Changes

  • migrate hrv statistics calculation to hrv-algos crate
  • Define statistics window as # samples instead of seconds
  • refactor Hrv statistics model to unary getters and setters
  • add DFA-alpha and SDRR time series data
  • migrate Outlier filter from moving window filter to a more sophisticated filter

Copy link

codecov bot commented Dec 31, 2024

Codecov Report

Attention: Patch coverage is 82.06687% with 59 lines in your changes missing coverage. Please review.

Project coverage is 60.85%. Comparing base (b43183d) to head (98ce3b1).
Report is 19 commits behind head on main.

Files with missing lines Patch % Lines
src/view/acquisition.rs 0.00% 45 Missing ⚠️
src/model/hrv.rs 94.26% 9 Missing ⚠️
src/components/application.rs 91.66% 2 Missing ⚠️
src/components/bluetooth.rs 97.05% 1 Missing ⚠️
src/components/measurement.rs 97.91% 1 Missing ⚠️
src/view/overview.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
- Coverage   66.11%   60.85%   -5.26%     
==========================================
  Files          11       10       -1     
  Lines        1260      838     -422     
==========================================
- Hits          833      510     -323     
+ Misses        427      328      -99     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mat-kie mat-kie merged commit 11794e9 into main Dec 31, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

1 participant