Free cookie consent management tool by TermsFeed Policy Generator

Opened 11 years ago

Closed 11 years ago

#2067 closed defect (done)

Relative error is calculated incorrectly in the RegressionSolutionEstimatedValuesView

Reported by: sforsten Owned by: mkommend
Priority: medium Milestone: HeuristicLab 3.3.9
Component: Problems.DataAnalysis.Views Version: 3.3.8
Keywords: Cc:

Description

The relative error in the view RegressionSolutionEstimatedValuesView is calculated by dividing the absolute error by the estimated value, although the absolute error should be divided by the target value.

It is calculated correctly in the RegressionSolutionBase.

Change History (4)

comment:1 Changed 11 years ago by sforsten

  • Status changed from new to accepted

r9568: relative error is now calculated by dividing the absolute error by the target value

comment:2 Changed 11 years ago by sforsten

  • Owner changed from sforsten to mkommend
  • Status changed from accepted to reviewing

comment:3 Changed 11 years ago by mkommend

  • Status changed from reviewing to readytorelease

comment:4 Changed 11 years ago by mkommend

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

r9621: Merged r9568 in the stable branch.

Note: See TracTickets for help on using tickets.