Git Product home page Git Product logo

Comments (4)

pwang16 avatar pwang16 commented on September 7, 2024

Sorry, one additional question: what is rho? It looks I can get more outliers when I increase its value.

Best,
Peng

from extremevalues.

markvanderloo avatar markvanderloo commented on September 7, 2024

Hi Peng, from ?getOutliers:

rho: (Method I) A value y_i is an outlier if it is below (above)
          the limit where less then rho[2] (rho[1]) observations are
          expected. Must be >0.

So rho is a vector with two values that determine sensitivity for outliers on the left (small numbers)
and right (large numbers) of the distribution.

getOutliers does the following:

  1. estimate parameters for the univariate data distribution, using only the 'bulk' of the data.
  2. determine, based on the estimated distibution where the limits are where we expect less than rho observations. A lower rho will therefore give less outliers (in general) and less false positives (but possibly more false negatives)

does that help? See also this paper

-Mark

from extremevalues.

markvanderloo avatar markvanderloo commented on September 7, 2024

regarding your first question: yes, the limits are those computed by the extremevalues and they are ultimately determined by rho and the parameters estimated from your data.
-Mark

from extremevalues.

pwang16 avatar pwang16 commented on September 7, 2024

Hi Mark,

Thank you very much for your reply. I have a better understanding now.
I still have a question: I can get 5 outliers only when I use the rho=70, in this case do you think rho value is too high? Is there a p value to set a threshold for rho value? For example the rho value corresponding to the p<0.05? I feel that rho value setting arbitrary, how shoud I describe the the cutoff for rho value if I use a one in my paper to convince the reviewers?

Look forward to your reply,
Peng

from extremevalues.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.