Free cookie consent management tool by TermsFeed Policy Generator

Opened 9 years ago

Closed 8 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

r13038: Make sure the returned value is inside the [-1, +1] interval.

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 8 years ago by gkronber

  • Resolution set to done
  • Status changed from readytorelease to closed

r13152: merged r13038 from trunk to stable branch

Note: See TracTickets for help on using tickets.