 <?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.analytica.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jvillman</id>
	<title>Analytica Docs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.analytica.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jvillman"/>
	<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php/Special:Contributions/Jvillman"/>
	<updated>2026-05-22T11:22:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://docs.analytica.com/index.php?title=Enhancement_Requests_for_Analytica&amp;diff=5368</id>
		<title>Enhancement Requests for Analytica</title>
		<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php?title=Enhancement_Requests_for_Analytica&amp;diff=5368"/>
		<updated>2007-06-28T05:39:40Z</updated>

		<summary type="html">&lt;p&gt;Jvillman: request added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here's what I would really like to see added to Analytica. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Key for Level of Importance===&lt;br /&gt;
* Kind of cool *&lt;br /&gt;
* Valuable  ** &lt;br /&gt;
* Critical ***&lt;br /&gt;
* I can't use Analytica without it ****&lt;br /&gt;
* I'd pay x for it. $x &lt;br /&gt;
&lt;br /&gt;
(If it's a modification of an existing feature, described in Ana wiki, you might want to add it to that description rather than here.)&lt;br /&gt;
&lt;br /&gt;
** I would like to see a function that can do bootstrap estimates of variance for use with a small sample.  I can't seem to find a way of doing that in Analytica.&lt;br /&gt;
&lt;br /&gt;
Pierre Richard&lt;br /&gt;
richardp@dfo-mpo.gc.ca&lt;br /&gt;
&lt;br /&gt;
* Possibility to save models as image-files (PNG etc.): It is possible to save graphs as image-files but not views from models. Now we need to take a screenshot first and then convert it into image-file before we can add it to web-documents. --[[User:Jvillman|Jvillman]] 22:39, 27 June 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>Jvillman</name></author>
	</entry>
	<entry>
		<id>https://docs.analytica.com/index.php?title=Tornado_Plots&amp;diff=5367</id>
		<title>Tornado Plots</title>
		<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php?title=Tornado_Plots&amp;diff=5367"/>
		<updated>2007-06-28T05:17:37Z</updated>

		<summary type="html">&lt;p&gt;Jvillman: typo correction: absoutle -&amp;gt; absolute&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(Up to [[Analytica Graph Settings]] or [[Bar Origin]]) &lt;br /&gt;
&lt;br /&gt;
A &amp;quot;Tornado Plot&amp;quot; is a kind of bar-chart showing the sensitivities or deviations of result due to a list of uncertain inputs.  The bars are horizontal, each labeled by the corresponding input variable, and sorted with the largest bars at the top down to the shortest at the bottom -- giving the impression of a tornado funnel cloud. &lt;br /&gt;
&lt;br /&gt;
In @Risk, Tornado plots display the step-wise regression coefficient between and input and the selected output.  Only one bar exists for each input variable, and each bar starts at the zero-origin.  For this style Tornado, the variable [[Bar Origin]] option is unnecessary.  Steps required are:&lt;br /&gt;
&lt;br /&gt;
 1. Compute the step-wise regression coefficients.&lt;br /&gt;
 2. Sort by absolute value (largest first)&lt;br /&gt;
 3. Truncate to the number of bars desired.&lt;br /&gt;
 4. Plot result as bar chart, with Swap XY on, and Y-axis in reverse order.&lt;br /&gt;
&lt;br /&gt;
The more common style of Tornado plots displays two bar segments for each input, &amp;quot;Low&amp;quot; and &amp;quot;High&amp;quot;, each emanating from the baseline value (which is necessarily between Low and High).  There are at least three ways to plot this style of tornado, where the appropriate technique depends on the form of your computed data.&lt;br /&gt;
&lt;br /&gt;
The following is an example of a tornado produced in this fashion.  Notice the absence of a bar-origin.&lt;br /&gt;
&lt;br /&gt;
[[Image:RankCorrelSensitivityTornado.JPG]]&lt;br /&gt;
&lt;br /&gt;
== Technique 1 ==&lt;br /&gt;
&lt;br /&gt;
Let:&lt;br /&gt;
 Index Level := [&amp;quot;Low&amp;quot;,&amp;quot;Baseline&amp;quot;,&amp;quot;High&amp;quot;]&lt;br /&gt;
 Index Inputs := (a list of inputs)&lt;br /&gt;
 Variable Y:= (result indexed by Inputs, Levels, and perhaps others)&lt;br /&gt;
&lt;br /&gt;
[[Image:TornadoTable1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Also, it is assumed that Inputs has been sorted with the largest variation first, and truncated if desired to only those inputs that one desires to show.&lt;br /&gt;
&lt;br /&gt;
 Steps:&lt;br /&gt;
 1. Plot Y, pivot Inputs to X-axis, Level to Key.&lt;br /&gt;
 2. Set Chart Style to Bar&lt;br /&gt;
 3. Select &amp;quot;Variable origin&amp;quot; &lt;br /&gt;
    Swap XY is set and Bar Overlap changed to 100% automatically.  Leave those.&lt;br /&gt;
 4. On Axis settings, reverse order for Y-axis (result).&lt;br /&gt;
 5. In graph view, bar origin pulldown appears.  Select &amp;quot;Baseline&amp;quot; for the origin.&lt;br /&gt;
&lt;br /&gt;
[[Image:TornadoSettings1.jpg]]&lt;br /&gt;
[[Image:TornadoPlot1.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Technique 2 ==&lt;br /&gt;
&lt;br /&gt;
Let: &lt;br /&gt;
 Index Level := [&amp;quot;Low&amp;quot;,&amp;quot;High&amp;quot;]&lt;br /&gt;
 Inputs := (a list of inputs)&lt;br /&gt;
 Variable Baseline := (the baseline value, not indexed by Level)&lt;br /&gt;
 Variable Tornado := (sensitivity result, indexed by Level)&lt;br /&gt;
&lt;br /&gt;
Here Tornado might be computed using WhatIfAll, for example.&lt;br /&gt;
&lt;br /&gt;
The goal here is to display a Tornado plot when the Tornado variable's result graph is viewed.&lt;br /&gt;
&lt;br /&gt;
 Steps:&lt;br /&gt;
 1. Show result for Tornado.  Ensure you are in edit mode.&lt;br /&gt;
 2. Click [XY] button at top right and click &amp;quot;Use Another Variable or Expression&amp;quot;.&lt;br /&gt;
 3. Click Add... and select Baseline.  [OK]&lt;br /&gt;
 4. In Graph Setup, select Bars, Variable Origin (and Swap XY, and Overlap=100%) [Apply]&lt;br /&gt;
 5. In result graph view, pivot Y-axis = inputs, Key=Level, Bar Origin=Baseline.&lt;br /&gt;
&lt;br /&gt;
Here the origin is the baseline, and the &amp;quot;tops&amp;quot; of the bars are the High/Low values.&lt;br /&gt;
&lt;br /&gt;
== Technique 3 ==&lt;br /&gt;
&lt;br /&gt;
Same model as Technique 2, but here the goal is to display the Tornado when the result for Baseline is viewed.&lt;br /&gt;
&lt;br /&gt;
 Steps:&lt;br /&gt;
 1. Show result for Baseline.  Ensure you are in edit mode.&lt;br /&gt;
 2. Click XY button and click &amp;quot;Use Another Variable or Expression&amp;quot;.&lt;br /&gt;
 3. Click &amp;quot;Add...&amp;quot; and select Tornado [OK]&lt;br /&gt;
 4. In graph setup, select Bars &amp;amp; Variable Origin (and Swap XY, overlap=100%) [Apply]&lt;br /&gt;
 5. In result graph view, pivot so Key=Level, Y-axis=Inputs, Origin=Tornado.&lt;br /&gt;
&lt;br /&gt;
Here the baseline value is the &amp;quot;top&amp;quot; of the bar, and the origin is used for the high/low values (the reverse of Technique 2).&lt;/div&gt;</summary>
		<author><name>Jvillman</name></author>
	</entry>
</feed>