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

Statistical Process Control #1345

Merged
merged 14 commits into from
Mar 13, 2024
Merged

Statistical Process Control #1345

merged 14 commits into from
Mar 13, 2024

Conversation

rolalaro
Copy link

@rolalaro rolalaro commented Mar 8, 2024

  • Added 5 Statistical Process Control methods detecting mean drifts of a signal
  • Added a tutorial to explain how to use these classes

Copy link

codecov bot commented Mar 11, 2024

Codecov Report

Attention: Patch coverage is 62.52189% with 214 lines in your changes are missing coverage. Please review.

Project coverage is 52.66%. Comparing base (6462b34) to head (394b369).
Report is 6 commits behind head on master.

Files Patch % Lines
...s/core/src/math/misc/vpStatisticalTestAbstract.cpp 39.81% 65 Missing ⚠️
...es/core/src/math/misc/vpStatisticalTestHinkley.cpp 52.27% 63 Missing ⚠️
...s/core/src/math/misc/vpStatisticalTestShewhart.cpp 81.48% 25 Missing ⚠️
...c/math/misc/vpStatisticalTestMeanAdjustedCUSUM.cpp 66.66% 23 Missing ⚠️
modules/imgproc/src/vpCircleHoughTransform.cpp 0.00% 11 Missing ⚠️
...dules/core/src/math/misc/vpStatisticalTestEWMA.cpp 82.00% 9 Missing ⚠️
...ules/core/src/math/misc/vpStatisticalTestSigma.cpp 88.09% 5 Missing ⚠️
...core/include/visp3/core/vpStatisticalTestHinkley.h 0.00% 4 Missing ⚠️
...ore/include/visp3/core/vpStatisticalTestAbstract.h 0.00% 2 Missing ⚠️
...de/visp3/core/vpStatisticalTestMeanAdjustedCUSUM.h 75.00% 2 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1345      +/-   ##
==========================================
- Coverage   52.71%   52.66%   -0.06%     
==========================================
  Files         399      410      +11     
  Lines       51911    52646     +735     
==========================================
+ Hits        27366    27724     +358     
- Misses      24545    24922     +377     

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

@fspindle fspindle merged commit 7328caa into lagadic:master Mar 13, 2024
52 checks passed
@rolalaro rolalaro deleted the feat_mean_drift branch March 13, 2024 07:30
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.

2 participants