Skip to content

Grubbs test for outliers#345

Draft
ArnoStrouwen wants to merge 1 commit intoJuliaStats:masterfrom
ArnoStrouwen:grubbs
Draft

Grubbs test for outliers#345
ArnoStrouwen wants to merge 1 commit intoJuliaStats:masterfrom
ArnoStrouwen:grubbs

Conversation

@ArnoStrouwen
Copy link
Copy Markdown
Member

Implements the "type = 10" Grubbs test from R Outliers.

The (p = 2 - p) part is needed to match results of two-sided tests, but I can't figure out why that is a good idea, instead of just putting it to 1.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 61.11111% with 14 lines in your changes missing coverage. Please review.

Project coverage is 93.88%. Comparing base (c440511) to head (6be062d).

Files with missing lines Patch % Lines
src/grubbs.jl 61.11% 14 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #345      +/-   ##
==========================================
- Coverage   94.52%   93.88%   -0.65%     
==========================================
  Files          29       30       +1     
  Lines        1827     1863      +36     
==========================================
+ Hits         1727     1749      +22     
- Misses        100      114      +14     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ArnoStrouwen ArnoStrouwen requested a review from devmotion June 14, 2025 22:28
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