JargonFile/original/html/P/pathological.html
2014-03-27 18:54:56 +00:00

17 lines
2.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>pathological</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../P.html" title="P"/><link rel="previous" href="path.html" title="path"/><link rel="next" href="payware.html" title="payware"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">pathological</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="path.html">Prev</a> </td><th width="60%" align="center">P</th><td width="20%" align="right"> <a accesskey="n" href="payware.html">Next</a></td></tr></table><hr/></div><dt><a id="pathological"/><dt xmlns="" id="pathological"><b>pathological</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">adj.</span></dt></dt><dd><p> 1. [scientific computation] Used of a data set that is grossly
atypical of normal expected input, esp. one that exposes a weakness or bug
in whatever algorithm one is using. An algorithm that can be broken by
pathological inputs may still be useful if such inputs are very unlikely to
occur in practice. </p></dd><dd><p> 2. When used of test input, implies that it was purposefully
engineered as a worst case. The implication in both senses is that the
data is spectacularly ill-conditioned or that someone had to explicitly set
out to break the algorithm in order to come up with such a crazy example.
</p></dd><dd><p> 3. Also said of an unlikely collection of circumstances. &#8220;<span class="quote">If
the network is down and comes up halfway through the execution of that
command by root, the system may just crash.</span>&#8221; &#8220;<span class="quote">Yes, but that's
a pathological case.</span>&#8221; Often used to dismiss the case from
discussion, with the implication that the consequences are acceptable,
since they will happen so infrequently (if at all) that it doesn't seem
worth going to the extra trouble to handle that case (see sense 1).</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="path.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../P.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="payware.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">path </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> payware</td></tr></table></div></body></html>