Ticket #9066 (closed: wontfix)
Improve FindPeaks' performance by filtering out false fit
Reported by: | Wenduo Zhou | Owned by: | Wenduo Zhou |
---|---|---|---|
Priority: | major | Milestone: | Release 3.2 |
Component: | Framework | Keywords: | |
Cc: | petersonpf@…, lynchve@… | Blocked By: | |
Blocking: | Tester: | Russell Taylor |
Description
In the cases that there is no peak or peak's height and width are close to noises nearby, "FindPeaks" tends to fit the whole region as a super wide peak. Thus it gives out a wrong result while the goodness of fit, such as chi-square, is good.
Implement some algorithm such that these situations can be handled.
Change History
comment:3 Changed 6 years ago by Wenduo Zhou
- Status changed from assigned to verify
- Resolution set to wontfix
The issue has been solved partially by the combination of effort in ticket #7789 to refactor FindPeaks. And another decision was made to leave the caller of FindPeaks, for example GetDetOffsetsMultiPeaks to judge whether FindPeaks returns a correct result.
Note: See
TracTickets for help on using
tickets.