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

Adding option to remove outliers #973

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 13, 2024

  1. Adding option to remove outliers

    Added option in `HybridNew` to remove outliers from test-stat distributions before calculating p-values/limits.
    
    This option removes test-statistic values from the test-statistic distributions that are further than $X\sigma$ from the mean of the distribution, where $\sigma$ is the standard deviation of the distribution and $X$ is the value passed to the option, before calculating $p-$values and limits. Setting this to some reasonably large number (eg 50) should remove the spurious values. By default, no removal of outliers is performed.
    
    Added text to documentation about this option.
    Nick Wardle committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    baeece3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. mean -> median

    Nick Wardle committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    59c8755 View commit details
    Browse the repository at this point in the history