Ticket #5316 (closed: fixed)
Outlier function in statistics
Reported by: | Vickie Lynch | Owned by: | Vickie Lynch |
---|---|---|---|
Priority: | major | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description
Add function to calculate Z-scores to find outliers to statistics in kernel. Already used in GetDetOffsetsMultiPeaks and SortHKL, so put function calls in these algorithms. Add function for Modified Z-score to test if this is better.
Change History
comment:2 Changed 8 years ago by Vickie Lynch
Refs #5316 Zscores from statistics in SortHKL
Changeset: cb904b4f30d0f1c9efe7b7f6aa3a13d7a1631c4b
comment:3 Changed 8 years ago by Vickie Lynch
Refs #5316 Check for < 3 point modifiedZscore
Changeset: 88ce6ba733f84eae3a608f3423b45f788fd4af57
comment:5 Changed 8 years ago by Vickie Lynch
- Status changed from accepted to verify
- Resolution set to fixed
Tried Modified Z-score in both CalibrateRectangularDetector and calibration was better with original Z-score. No difference in SortHKL. Both still use original Z-score.
comment:6 Changed 8 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
Note: See
TracTickets for help on using
tickets.
Refs #5316 Zscores in statistics