childmindresearch / wristpy

https://childmindresearch.github.io/wristpy/
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Adding moving_std to computations #34

Closed Asanto32 closed 2 months ago

Asanto32 commented 3 months ago

Implement the moving standard deviation function in computations.py. Code for the function and tests are based on the moving_mean function. Minor fixes to test_computations: using global vars for SIGNAL_LENGTH and EPOCH_LENGTH

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (2c05605) to head (439c97a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #34 +/- ## ============================================= Coverage 100.00% 100.00% ============================================= Files 4 4 Lines 120 132 +12 ============================================= + Hits 120 132 +12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.