This document was successfully checked as XHTML 1.0 Transitional!

Result: Passed
:
Modified:(undefined)
Server:Apache/2.4.25 (Debian)
Size:4120
Content-Type:text/html
: iso-8859-1
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

Congratulations

The document located at <http://web.tecnico.ulisboa.pt/~mcasquilho/compute/errtheory/Fx-propagation.php> was successfully checked as XHTML 1.0 Transitional. This means that the resource in question identified itself as "XHTML 1.0 Transitional" and that we successfully performed a formal validation of it. The parser implementations we used for this check are based on OpenSP (SGML/XML) and libxml2 (XML).

"valid" Icon(s) on your Web page

To show your readers that you have taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the HTML you could use to add this icon to your Web page:

Valid XHTML 1.0 Transitional
  <p>
    <a href="http://validator.w3.org/check?uri=referer"><img
      src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
  </p>
  

A full list of icons, with links to alternate formats and colors, is available: If you like, you can download a copy of the icons to keep in your local web directory, and change the HTML fragment above to reference your local image rather than the one on this server.

Linking to this result

If you would like to create a link to this page (i.e., this validation result) to make it easier to revalidate this page in the future or to allow others to validate your page, the URI is <http://validator.w3.org/check?uri=http%3A%2F%2Fweb.tecnico.ulisboa.pt%2F~mcasquilho%2Fcompute%2Ferrtheory%2FFx-propagation.php;ss=1;verbose=1> (or you can just add the current page to your bookmarks or hotlist).

Validating CSS Style Sheets

If you use CSS in your document, you can check it using the W3C CSS Validation Service.

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><!-- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -->
  5. <meta name="Author" lang="en" content="Miguel Casquilho" />
  6. <title>M&middot;C, IST: error propagation</title>
  7. <link rel="stylesheet" type="text/css"
  8. href="http://web.tecnico.ulisboa.pt/~mcasquilho/commonstyle.css" />
  9. </head> <!-- 18-Aug-2008 -->
  10. <body class="sm">
  11. <form method="post" action=
  12. "http://web.tecnico.ulisboa.pt/~mcasquilho/cgi-bin/interfacepng.php?propag">
  13. <input name="executable" type="hidden" value="propag.exe" />
  14. <table width="90%" bgcolor="#eeeeee" align="center" border="1" class="sm">
  15. <tr><td colspan="3">
  16. <table width="100%" class="sm">
  17. <tr><td width="50px"><a href='https://fenix.ist.utl.pt/departamentos/deq'><img alt='&copy;'
  18. src="http://web.tecnico.ulisboa.pt/~mcasquilho/depot/MC.gif" border='0'
  19. width='40' height='41' /></a>
  20. </td>
  21. <td><div style="font-size: 13.5pt; text-align: center"><!-- title --><b
  22. onmouseout="this.style.color='blue', this.style.fontStyle='normal'"
  23. onmouseover="this.style.color='red',
  24. this.style.fontStyle='bold'">
  25. Error
  26. propagation</b></div>&emsp;
  27. Calculates errors for various operations on data.
  28. <!-- b>Under construction</b --></td>
  29. <td width="112px"><table width='100%'>
  30. <tr><td align='center' bgcolor='white'>
  31. <input type="submit"
  32. value="&nbsp; Execute &nbsp;" style="background-color: #00bfff"
  33. onmouseout="this.style.fontStyle='normal', this.style.fontWeight='normal'"
  34. onmouseover="this.style.fontStyle='normal', this.style.fontWeight='bold'" /></td>
  35. </tr><tr><td align='center'><span style='font-size:
  36. xx-small'>2020.Mar.27 08:38:43</span></td></tr>
  37. </table>
  38. </td></tr></table>
  39. </td></tr> <!-- ................................................... -->
  40. <tr><td width="15%" align="center">Operation</td>
  41. <td width="45%"><input type="radio" name="iop"
  42. value="1" checked="checked" />Addition <input type="radio" name="iop"
  43. value="2" />Product</td>
  44. <td width="40%"><i>Operation</i> chosen (other ignored).</td></tr>
  45. <tr><td align="center">ADDITION:<br /><i>n</i>, data</td>
  46. <td><table width="100%">
  47. <tr><td><input name="nadd" type="text" value="2" size="2" maxlength="4" /></td>
  48. <td><textarea name="xadd" style="font-size: small; color: red" cols="28"
  49. rows="2" >-14.0031 14.2047
  50. 0.0005 0.0005 </textarea></td></tr></table></td>
  51. <td><i>Number</i> of data;
  52. <br />and <i>addends</i>, and
  53. their&nbsp;respective <i>errors</i>. &bull;</td></tr>
  54. <tr><td align="center">PRODUCT:<br /><i>n</i>, data</td>
  55. <td><table width="100%">
  56. <tr><td><input name="nprod" type="text" value="3" size="2" maxlength="4" /></td>
  57. <td><textarea name="xprod" style="font-size: small; color: red" cols="28"
  58. rows="3" >100 1 100
  59. 1 2 1
  60. 1 0.01 1 </textarea></td></tr></table></td>
  61. <td><i>Number</i> of data;
  62. <br />and <i>factors</i>, and
  63. their&nbsp;respective <i>exponents</i> and <i>errors</i>. &bull;</td></tr>
  64. <tr><td align="center">Show values</td>
  65. <td><select name="ishow"><option value="0" selected="selected">No</option>
  66. <option value="1">Yes</option></select></td>
  67. <td>Shows the coordinates of the graph. &bull;</td></tr>
  68. <!-- ...fonts/freefont/florence luxembrg muriel PARKAVE.pfb -->
  69. <!-- png linetype: my designations
  70. 1 red ff0000, 2 green 00c000, 3 blue 0080ff, 4 c000ff, 5 00eeee, 6 brown c04000,
  71. 7 beige eeee00, 8 dark blue 2020c0, 9 peach ffc020, 10 dark green 008040,
  72. 11 violeta a080ff, 12 dark brown 804000, 13 pink ff80ff, 14 turquesa 00c060,
  73. 15 turquesa 00c0c0, 16 turq. escuro 006080, 17 escarlate c06080,
  74. 18 dark green 008000, 19 green 40ff80, 20 dark blue 306080, 21 dark red 806000,
  75. 22 dark gray 404040, 23 olive green 408000, 24 navy blue 000080, 25 806010,
  76. 26 806060, 27 ~806080, 28 ~5050c0, 29 0000ff, 30 006000, 31 ~eb0c0,
  77. 32 40c080, 33 60a0c0 -->
  78. <!-- plot gnudata.dat \ (or anything: this line is a MANDATORY dummy) -->
  79. <tr><td colspan="3"><input name="gnuplot" type="hidden"
  80. value="set terminal png enhanced font 'FreeSerif, 13' size 500, 380
  81. set timestamp font 'FreeSerif, 10' offset 5, -0.7
  82. set nokey; set title 'Result, uncertainty' offset 0, +.5
  83. set xlabel 'i' offset 12, .1; set ylabel 'y'
  84. plot 'anyname.dat' \
  85. using 1:2 with lines linetype 1 linewidth 4, \
  86. '' using 1:3 with lines linetype 2 linewidth 2, \
  87. '' using 1:4 with lines linetype 2 linewidth 2" />
  88. <table width="100%" class="sm">
  89. <tr><td valign="top" colspan="2">&emsp; From the <i>data</i>
  90. (set of observations), calculates some results for the propagation
  91. of errors (<i>propagation of uncertainty</i>). <i>Upper limit</i>
  92. of error ("large" but always valid) and <i>probable</i> error
  93. (smaller but valid only for independent errors) are addressed.
  94. <br />&emsp;It is assumed that, for a probability of 95 %, it is
  95. <i>&Delta; x</i> &cong; 2 <i>&sigma;<sub>x</sub></i>, from
  96. &Phi;(<i>k</i>) &minus; &Phi;(&minus;<i>k</i>) &cong;
  97. 95.4 % for <i>k</i>&nbsp;=&nbsp;2 (<a href=
  98. "http://web.tecnico.ulisboa.pt/~mcasquilho/compute/qc/F-Gauss.php">Gauss</a>). Other authors
  99. (such as Taylor [1997]) give
  100. <i>&Delta; x</i> &cong; <i>&sigma;<sub>x</sub></i>.
  101. <br />&emsp;A simple graph is shown with the <i>probable error</i> and its
  102. limits.
  103. <table class="sm">
  104. <tr valign="top"><td>&emsp;Other suggested data:</td>
  105. <td><i>&nbsp; Addition</i></td><td>(<i>n</i> = 4)<br />(<i>n</i> = 3)</td>
  106. <td> 540 -72 940 -97<br />200 50 -20</td><td>&nbsp;</td>
  107. <td align="right">with errors &nbsp; 10 1 20 1<br /> 2 2 1</td>
  108. <td>[Taylor, 1997, 50]<br />[<i>ibid.</i>, 62]</td></tr>
  109. <tr valign="top"><td>&nbsp;</td>
  110. <td><i>&nbsp;Product</i></td><td>(<i>n</i> = 3)<br />(<i>n</i> = 3)</td>
  111. <td> 200 5.5 10<br /> 200 50 20</td>
  112. <td>exp.s 1 1 -1 (a division)<br />exp.s 1 1 -1</td>
  113. <td align="right">with errors &nbsp; 2 0.1 0.4<br /> 4 4 2</td>
  114. <td>[Taylor, 1997, 53]<br />[<i>ibid.</i>, 62]</td></tr>
  115. </table></td></tr>
  116. </table></td></tr>
  117. <tr><td align="center"><input type="reset"
  118. style="font-size: smaller" value=" Reset " /></td><td><i>References:</i></td>
  119. <td align="center">Propag08823</td></tr>
  120. <tr><td colspan="3"><p class="ref">&bull;&nbsp;<a href=
  121. "http://web.mit.edu/trex/www/trex2/"><span class="sc">Nepf</span></a>, Heidi:
  122. <a href="http://web.mit.edu/fluids-modules/www/exper_techniques/
  123. 2.Propagation_of_Uncertaint.pdf">Propagation of Uncertainty</a>.<i>pdf</i>
  124. (accessed 2008-08-13) (<a class="decnone" href=
  125. "./,propagation/MIT.2.Propagation_of_Uncertainty.pdf">=</a>),
  126. <a href="http://web.mit.edu/">MIT</a>.</p>
  127. <p class="ref">&bull;&nbsp;<a href=
  128. "http://people.physics.tamu.edu/sante/index.htm"><span
  129. class="sc">Scuro</span></a>, Sante R.:
  130. <a href="http://people.physics.tamu.edu/sante/index_files/TAMU/error.pdf">Intro.
  131. to error theory</a>.<i>pdf</i> (accessed 2008-08-13) (<a class="decnone" href=
  132. "http://web.tecnico.ulisboa.pt/~mcasquilho/compute/errtheory/,basics/
  133. ScuroErrTheo.pdf">=</a>),
  134. <a href="http://www.physics.tamu.edu/">Texas A&amp;M Univ.</a>).
  135. &bull;&nbsp;<a href=
  136. "http://class.phys.psu.edu/p559/experiments/html/error.html">Err.
  137. analysis</a> (<a href="http://class.phys.psu.edu/">PennState U.</a>).
  138. &bull;&nbsp;<a href=
  139. "http://teacher.nsrl.rochester.edu/PHY_LABS/Labs_121.html">Wolfs</a>,&nbsp;F.,
  140. see "Error analysis"
  141. (Univ. of <a href="http://www.rochester.edu/">Rochester</a>).</p>
  142. <p class="ref">&bull;&nbsp;<span class="sc">Weisstein</span>, Eric W.,
  143. "<a href="http://mathworld.wolfram.com/ErrorPropagation.html">Error
  144. propagation</a>". From <i>MathWorld</i> &mdash; a Wolfram Web Resource
  145. (2008-08-04).</p>
  146. <p class="ref">&bull;&nbsp;<span class="sc">Taylor</span>, John R.,
  147. <acronym title="BibIST"><a href=
  148. "http://thesaurus.reitoria.utl.pt/search~S3*por?/cQC39.TAY.67208/
  149. cqc+++39+tay67208/-3,-1,0,B/
  150. frameset&amp;FF=cqc+++39+tay67208&amp;1,1,">1997</a></acronym>,
  151. "An introduction to error analysis", 2.nd ed., <acronym title="Amazon"><a href=
  152. "http://www.amazon.co.uk/In
  153. troduction-Error-Analysis-Uncertainties-Measurements/
  154. dp/093570275X/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1217804330&amp;sr=1-1"
  155. >Univ. Sci. Books</a></acronym>
  156. (<a href="http://www.uscibooks.com">USB</a>), Sausalito, CA (USA)
  157. (<a href="http://physics.gac.edu/~mellema/Taylor/
  158. Taylor_files/frame.htm">intro</a> IE).</p>
  159. <p class="ref">&bull;&nbsp;<span class="sc">Bevington</span>, Philip R. and
  160. D. Keith <span class="sc">Robinson</span>, <acronym title="BibIST"><a href=
  161. "http://thesaurus.reitoria.utl.pt/search~S8*por/?searchtype=
  162. c&amp;searcharg=00.BR.61056&amp;searchscope=3&amp;SORT=D&amp;extended=
  163. 0&amp;SUBMIT=Pesquisar&amp;searchlimits=&amp;searchorigarg=
  164. c00.BR.61056">2003</a></acronym>, "<acronym title="Amazon"><a href=
  165. "http://www.amazon.com/Reduction-Error-Analysis-Physical-Sciences/dp/
  166. 0072472278/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1219893338&amp;sr=
  167. 1-1">Data reduction and error analysis for the physical
  168. sciences</a></acronym>", 3.rd ed., McGraw-Hill, New York, NY (USA).</p>
  169. <p class="ref">&bull;&nbsp;<span class="sc">Taylor</span>, John Keenan,
  170. 1987, "Quality assurance of chemical measurements", <acronym
  171. title="Amazon"><a href=
  172. "http://www.amazon.co.uk/Quality-Assurance-Chemical-Measurements-Keenan/dp/
  173. 0873710975/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1219100382&amp;sr=1-1"
  174. >Lewis Publishers, Inc.</a></acronym>, Chelsea, Michigan&nbsp;(USA).</p>
  175. <p class="ref">&bull;&nbsp;1778-08-23: <a href=
  176. "http://www-groups.dcs.st-and.ac.uk/~history/Biographies/
  177. Wronski.html">Wronski</a>, Josef-Maria Hoëné de, birthday.</p>
  178. </td></tr>
  179. </table>
  180. </form>
  181. <div style="line-height: 6pt">&nbsp;</div>
  182. <div style="line-height: 1.5pt; color: black;
  183. background-color: red">&nbsp;</div>
  184. <table width="100%" class="sm"><tr>
  185. <td width="58px"><a href="http://validator.w3.org/check?uri=
  186. http://web.tecnico.ulisboa.pt/~mcasquilho/compute/errtheory/Fx-propagation.php;verbose=1;ss=1"><img
  187. src="http://web.tecnico.ulisboa.pt/~mcasquilho/depot/valid-xhtml10s.png"
  188. alt="Valid HTML 4.01!" border="0" width="55px" height="19px" /></a></td>
  189. <td width="15%" align="left"><a href="http://www.tecnico.ulisboa.pt"><img
  190. src="http://web.tecnico.ulisboa.pt/~mcasquilho/depot/wwwist.png"
  191. alt="IST" align="middle" border="0" width="88px" height="34px" /></a></td>
  192. <td width="70%" align=
  193. "right"><i>http://web.tecnico.ulisboa.pt/~mcasquilho/compute/errtheory/Fx-propagation.php</i><br />
  194. <i>Created:</i> 2008-08-23 &mdash; <i>Last modified:</i>
  195. 2008-09-26</td></tr></table>
  196. </body></html>

↑ Top