Free cookie consent management tool by TermsFeed Policy Generator

Opened 13 years ago

Closed 12 years ago

#1621 closed feature request (done)

View to analyze the response behavior of a regression model

Reported by: gkronber Owned by: gkronber
Priority: medium Milestone: HeuristicLab 3.3.6
Component: Problems.DataAnalysis.Symbolic Version: 3.3.6
Keywords: Cc:

Description

This view should show the change in the output of the model depending on a free variable assuming all other variables in the models are constant. Following information can be gained through such analysis:

  • direction of the influence of a variable on the output (negative or positive impact)
  • the direction and amount that an input variable must be changed to reach a given output value.

Since it often is the case that variables are not independent and have a combined effect on the model output some way of variable set analysis should also be supported.

Attachments (1)

responsefunction.png (77.7 KB) - added by gkronber 13 years ago.
Screenshot of initial implementation idea

Download all attachments as: .zip

Change History (12)

comment:1 Changed 13 years ago by gkronber

  • Owner changed from mkommend to gkronber
  • Status changed from new to accepted

comment:2 Changed 13 years ago by gkronber

r6656: implemented a first version of the model response view

comment:3 Changed 13 years ago by mkommend

  • Type changed from defect to feature request

Changed 13 years ago by gkronber

Screenshot of initial implementation idea

comment:4 Changed 13 years ago by gkronber

Ideally it should be possible to visualize the model response of multiple models in one chart.

comment:5 Changed 12 years ago by gkronber

r7028: fixed bugs in response function view and added scatter plot of original data as a reference.

comment:6 Changed 12 years ago by gkronber

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

comment:7 Changed 12 years ago by abeham

r7030: removed .resx reference in .csproj file

comment:8 Changed 12 years ago by mkommend

r7122: Renamed ResponseFunctionView and changed ordering of variable sliders (using the natural string comparer).

comment:9 Changed 12 years ago by mkommend

  • Owner changed from mkommend to gkronber

Tested & reviewed the ResponseFunctionView and except the minor changes in r7122 everything works as expected. Please have a look at those changes and release the ticket afterwards.

comment:10 Changed 12 years ago by gkronber

  • Status changed from reviewing to readytorelease

thanks for the improvements.

comment:11 Changed 12 years ago by swagner

  • Resolution set to done
  • Status changed from readytorelease to closed
  • Version changed from 3.3.5 to 3.3.6
Note: See TracTickets for help on using tickets.