Difference between revisions of "Scatter plots"
(Created page with "Category:Analytica User Guide <breadcrumbs>Analytica User Guide > Statistics, Sensitivity, and Uncertainty Analysis > {{PAGENAME}}</breadcrumbs> __TOC__ ==See Also== <f...") |
|||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Analytica User Guide]] | [[Category:Analytica User Guide]] | ||
+ | [[Category: Graphs]] | ||
<breadcrumbs>Analytica User Guide > Statistics, Sensitivity, and Uncertainty Analysis > {{PAGENAME}}</breadcrumbs> | <breadcrumbs>Analytica User Guide > Statistics, Sensitivity, and Uncertainty Analysis > {{PAGENAME}}</breadcrumbs> | ||
− | |||
+ | A '''''scatter plot''''' graphs the samples of two probabilistic variables against each other, and provides insight into their probabilistic relationship. | ||
+ | |||
+ | To generate a scatter plot for two variables, <code>x</code> and <code>y</code>: | ||
+ | |||
+ | # Open a [[Result window]] for <code>y</code>. | ||
+ | # Click the '''XY''' button located in the top-right corner of the window to open the [[Object Finder dialog]]. | ||
+ | # In the '''XY Comparison sources''' dialog, check '''Use Another variable'''. | ||
+ | # Press the Add... button, and in the [[Object Finder dialog]], select the <code>x</code> variable. Press '''OK''' twice. | ||
+ | #: | ||
+ | #: [[File:Chapter16_11.png]] | ||
+ | #: | ||
+ | #In the [[Uncertainty views|Uncertainty View]] popup menu (at the top-left of the [[Result window]]), select the ''Sample'' view. | ||
+ | |||
+ | If the variables are independent, the scatter plot points fall randomly on the graph. If the variables are totally dependent, the scatter plot points fall along a single line. The strength of the relationship is indicated by the degree to which the points are close to a line. If the line is straight, the relationship is linear; if the line is curved, the relationship is nonlinear. | ||
+ | |||
+ | You can superimpose several scatter plots of <code>y</code> in an array of uncertain quantities depending on <code>x</code>. The different quantities are represented by differently colored dots or symbols. | ||
+ | |||
+ | '''Example:''' | ||
+ | :<code>x: Uniform(1, 2)</code> | ||
+ | :<code>y: Normal(10, 3)</code> | ||
+ | |||
+ | The resulting scatter plot of two independent variables is shown below. | ||
+ | |||
+ | :[[File:Chapter16_12.png]] | ||
==See Also== | ==See Also== | ||
+ | * [[Making a Multi-D Scatter Plot]] | ||
+ | * [[Bubble plots]] | ||
+ | * [[XY Comparison]] | ||
+ | * [[Graph settings]] | ||
+ | * [[Graph setup dialog]] | ||
+ | |||
+ | |||
<footer>X-Y plots / {{PAGENAME}} / Regression analysis</footer> | <footer>X-Y plots / {{PAGENAME}} / Regression analysis</footer> |
Latest revision as of 23:07, 11 August 2016
A scatter plot graphs the samples of two probabilistic variables against each other, and provides insight into their probabilistic relationship.
To generate a scatter plot for two variables, x
and y
:
- Open a Result window for
y
. - Click the XY button located in the top-right corner of the window to open the Object Finder dialog.
- In the XY Comparison sources dialog, check Use Another variable.
- Press the Add... button, and in the Object Finder dialog, select the
x
variable. Press OK twice. - In the Uncertainty View popup menu (at the top-left of the Result window), select the Sample view.
If the variables are independent, the scatter plot points fall randomly on the graph. If the variables are totally dependent, the scatter plot points fall along a single line. The strength of the relationship is indicated by the degree to which the points are close to a line. If the line is straight, the relationship is linear; if the line is curved, the relationship is nonlinear.
You can superimpose several scatter plots of y
in an array of uncertain quantities depending on x
. The different quantities are represented by differently colored dots or symbols.
Example:
x: Uniform(1, 2)
y: Normal(10, 3)
The resulting scatter plot of two independent variables is shown below.
See Also
Enable comment auto-refresher