1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
<!--
//-----------------------------------------------------------------------------
// Copyright (C) 2002-2017 Thomas S. Ullrich
//
// This file is part of "xyscan".
//
// This file may be used under the terms of the GNU General Public License.
// This project is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License.
//
// Author: Thomas S. Ullrich
// Last update: Oct 4, 2017
//-----------------------------------------------------------------------------
-->
<html>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Error Scan Mode</title>
<body style="font-family: Arial, Helvetica, sans-serif, Geneva">
<h2>Error Scan Mode</h2>
<p><em>xyscan</em> provides
not only an easy way to scan data points but also error bars. You can either treat the errors as asymmetric or symmetric
depending on the values selected in the <em>Error Scan Mode</em> tab
in the Tool Box (see below). However, even in the symmetric case, upper and lower
(left and right) error bars are always scanned separately. <em>xyscan</em> provides
different ways to derive symmetric errors from asymmetric ones.</p>
<p>The error scan modes are:</p>
<dl>
<dt><code>No Scan</code>
</dt>
<dd>No error bar scan will be performed.
</dd><dt><code>Asymmetric</code>
</dt><dd>Lower and upper (left and right) error bars are scanned and stored separately.
</dd><dt><code>Symmetric(mean)</code>
</dt>
<dd>Lower
and upper (left and right) error bars are scanned separately
but only the average (arithmetic mean) of both is recorded.
Choose this option if you are sure the errors are symmetric and you want
to increase the precision on the obtained values.
</dd><dt><code>Symmetric (max)</code>
</dt>
<dd>Lower
and upper (left and right) error bars are scanned but only
the largest of the two is stored. Choose this option when
you want to play safe and especially if the image/plot is
of pour quality.
</dd></dl>
<p>You can also scan more than one x(y)-error. It is quite common that scientific plots depict two or more error bars per point (typically in y) to indicate statistical and systematic uncertainties. To scan more than one, press the "+" button next to pull-down menu with which you defined the mode of the first error bar. A second pull-down menu will be displayed that lets you define the mode for the next error bar scan. Use the "-" button to remove the added mode-selection menu. You an add as many error bars as you like, although more than two are relatively rare.
<h2 align="center"><img src="error.png" alt="" width="186" align="top" border="0" /></h2>
</body>
</html>
|