Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tornado Sensitivity Plot Limitations #31

Open
kevybear opened this issue Aug 11, 2016 · 0 comments
Open

Tornado Sensitivity Plot Limitations #31

kevybear opened this issue Aug 11, 2016 · 0 comments

Comments

@kevybear
Copy link
Contributor

Currently, the tornado plot for sensitivity ranks parameters based on output sensitivity. It chooses low, base, and high values for each parameter selected and the low/high values are calculated based on a sensitivity input parameter (variation %). For example, if user inputs 20% as variation then the low value is 80% of the baseline value.

The problem is that some parameters don't vary linearly or inversely with the output so for example, the output at the baseline value may be lower than both the outputs at the low and high values (imagine a parabola with a minimum at the baseline value). In this case there is no way to display the higher order relationship.

Right now it finds the high and low value and fills in the space with a color gradient.

Possible solutions:

  • Calculate at more intervals other than low, base, high values and somehow report all of that.
  • Instead of calculating the variation in both direction, let the user specify +20% or -20% from baseline values -- will look like this:
    One sided tornado diagram
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant