Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,723
    • Issues 1,723
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 59
    • Merge Requests 59
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ParaView
  • ParaViewParaView
  • Issues
  • #15683

Closed
Open
Opened Aug 25, 2015 by Kitware Robot@kwrobotOwner

Extract bag plot filter does not use good criteria to choose outliers

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


The identification of outliers should not be based on a limit of the density of the data points but on a decreasing sorting in density of points.

In the Rainbow package of the R software, the algorithm used is the Hyndman one to identify high density regions.

Computing and Graphing Highest Density Regions, Rob J. Hyndman, The American Statistician, Vol. 50, No. 2 (May, 1996), pp. 120-126

The ACP_classique.R script is using a classical PCA and does not use the Rainbow package. So those the result can be directly compared to Paraview with default parameters.

The median curve is the number 15 et the only outlier is the 21. Those results can be used to build a simple unitary test. A more complicated one would compare the two PCA projections (execute the R script on the 2 first components).

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: paraview/paraview#15683