Opened 9 years ago
Closed 9 years ago
#2492 closed enhancement (done)
Bound the return value of the OnlinePearsonsRCalculator to [-1,+1]
Reported by: | bburlacu | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.13 |
Component: | Problems.DataAnalysis | Version: | 3.3.12 |
Keywords: | Cc: |
Description
Because of numerical instabilities sometimes the returned value can be slightly outside of the interval [-1, +1], which can cause problems with other functions that assume the value will always be inside the interval. Therefore, the returned value should automatically be limited.
Change History (4)
comment:1 Changed 9 years ago by bburlacu
- Status changed from new to accepted
comment:2 Changed 9 years ago by bburlacu
- Owner changed from bburlacu to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 9 years ago by mkommend
- Status changed from reviewing to readytorelease
Reviewed r13038.
comment:4 Changed 9 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r13038: Make sure the returned value is inside the [-1, +1] interval.