<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=192.248.73.5</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=192.248.73.5"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/192.248.73.5"/>
	<updated>2026-05-06T04:07:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Cevian&amp;diff=14591</id>
		<title>Cevian</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Cevian&amp;diff=14591"/>
		<updated>2013-07-09T11:01:51Z</updated>

		<summary type="html">&lt;p&gt;192.248.73.5: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;DFFITS&#039;&#039;&#039; is a diagnostic meant to show how influential a point is in a [[statistical regression]]. It was proposed in 1980.&amp;lt;ref&amp;gt;{{cite book |last=Belsley |first=David A. |last2=Kuh |first2=Edwin |last3=Welsh |first3=Roy E. | year=1980 |title=Regression diagnostics: identifying influential data and sources of collinearity |publisher=[[John Wiley &amp;amp; Sons]] |location=New York |series=Wiley series in probability and mathematical statistics |isbn=0-471-05856-4}}&amp;lt;/ref&amp;gt; It is defined as the change (&amp;quot;DFFIT&amp;quot;), in the predicted value for a point, obtained when that point is left out of the regression, &amp;quot;Studentized&amp;quot; by dividing by the estimated standard deviation of the fit at that point:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\text{DFFITS} = {\widehat{y_i} - \widehat{y_{i(i)}} \over s_{(i)} \sqrt{h_{ii}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\widehat{y_i}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\widehat{y_{i(i)}}&amp;lt;/math&amp;gt; are the prediction for point i with and without point i included in the regression,&lt;br /&gt;
&amp;lt;math&amp;gt;s_{(i)}&amp;lt;/math&amp;gt; is the standard error estimated without the point in question, and &amp;lt;math&amp;gt;h_{ii}&amp;lt;/math&amp;gt; is the [[leverage (statistics)|leverage]] for the point.&lt;br /&gt;
&lt;br /&gt;
DFFITS is very similar to the externally [[Studentized residual]], and is in fact equal to the latter times &amp;lt;math&amp;gt;\sqrt{h_{ii}/(1-h_{ii})}&amp;lt;/math&amp;gt;.&amp;lt;ref&amp;gt;{{cite book |last=Montogomery |first=Douglas C. |last2=Peck |first2=Elizabeth A. |last3=Vining |first3=G. Geoffrey |title=Introduction to Linear Regression Analysis |edition=5th |year=2012 |publisher=Wiley |isbn=978-0-470-54281-1 |page=[http://books.google.com/books?id=0yR4KUL4VDkC&amp;amp;lpg=PP1&amp;amp;dq=Introduction%20to%20Linear%20Regression%20Analysis%202nd%20edition&amp;amp;pg=PA218#v=onepage&amp;amp;q&amp;amp;f=false 218] |quote=Thus, &#039;&#039;DFFITS&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt;&#039;&#039; is the value of &#039;&#039;R&#039;&#039;-student multiplied by the leverage of the &#039;&#039;i&#039;&#039;th observation [h&amp;lt;sub&amp;gt;ii&amp;lt;/sub&amp;gt;/(1-h&amp;lt;sub&amp;gt;ii&amp;lt;/sub&amp;gt;)]&amp;lt;sup&amp;gt;1/2&amp;lt;/sup&amp;gt;. |url=http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470542810.html |accessdate=22 February 2013}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since when the errors are [[Gaussian]] the externally Studentized residual is distributed as [[Student&#039;s t]] (with a number of [[Degrees of freedom (statistics)|degrees of freedom]] equal to the number of residual degrees of freedom minus one), DFFITS for a particular point will be distributed according to this same Student&#039;s t distribution multiplied by the [[Leverage (statistics)|leverage factor]] &amp;lt;math&amp;gt;\sqrt{h_{ii}/(1-h_{ii})}&amp;lt;/math&amp;gt; for that particular point. Thus, for low leverage points, DFFITS is expected to be small, whereas as the leverage goes to 1 the distribution of the DFFITS value widens infinitely.&lt;br /&gt;
&lt;br /&gt;
For a perfectly balanced experimental design (such as a [[factorial design]] or balanced partial factorial design), the leverage for each point is p/n, the number of parameters divided by the number of points. This means that the DFFITS values will be distributed (in the Gaussian case) as &amp;lt;math&amp;gt;\sqrt{p \over n-p} \approx \sqrt{p \over n}&amp;lt;/math&amp;gt; times a t variate. Therefore, the authors suggest investigating those points with DFFITS greater than &amp;lt;math&amp;gt;2\sqrt{p \over n}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Although the raw values resulting from the equations are different, [[Cook&#039;s distance]] and DFFITS are conceptually identical and there is a closed-form formula to convert one value to the other (Cohen, Cohen, West &amp;amp; Aiken, 2003).&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
Previously when assessing a dataset before running a linear regression, the possibility of outliers would be assessed using histograms and scatterplots. Both methods of assessing data points were subjective and there was little way of knowing how much leverage each potential outlier had on the results data. This led to a variety of quantitative measures, including DFFIT, DFBETA.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Regression diagnostics]]&lt;/div&gt;</summary>
		<author><name>192.248.73.5</name></author>
	</entry>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Ptolemy%27s_theorem&amp;diff=8704</id>
		<title>Ptolemy&#039;s theorem</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Ptolemy%27s_theorem&amp;diff=8704"/>
		<updated>2013-07-09T10:55:33Z</updated>

		<summary type="html">&lt;p&gt;192.248.73.5: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{About|the physical paradox|the Lewis Carroll dialogue|What the Tortoise Said to Achilles }}&lt;br /&gt;
In [[physics]], &#039;&#039;&#039;Carroll&#039;s paradox&#039;&#039;&#039; arises when considering the motion of a  falling rigid rod that is specially constrained.  Considered one way, the [[angular momentum]] stays constant; considered in a different way, it changes. It is named after Michael M. Carroll who first published it in 1984.&lt;br /&gt;
&lt;br /&gt;
== Explanation ==&lt;br /&gt;
&lt;br /&gt;
Consider two [[concentric circles]] of radius &amp;lt;math&amp;gt;r_1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;r_2&amp;lt;/math&amp;gt; as might be drawn on the face of a wall clock. Suppose a uniform rigid heavy rod of length &amp;lt;math&amp;gt;l=|r_2-r_1|&amp;lt;/math&amp;gt; is somehow constrained between these two circles so that one end of the rod remains on the inner circle and the other remains on the outer circle. Motion of the rod along these circles, acting as guides, is frictionless. The rod is held in the three [[o&#039;clock position]] so that it is horizontal, then released.&lt;br /&gt;
&lt;br /&gt;
Now consider the angular momentum about the centre of the rod:&lt;br /&gt;
&lt;br /&gt;
# After release, the rod falls. Being constrained, it must rotate as it moves. When it gets to a vertical six o&#039;clock position, it has lost [[potential energy]] and, because the motion is frictionless, will have gained [[kinetic energy]]. It therefore possesses angular momentum.&lt;br /&gt;
# The reaction force on the rod from either circular guide is frictionless, so it must be directed along the rod; there can be no component of the reaction force perpendicular to the rod. Taking [[moment (physics)|moments]] about the center of the rod, there can be no moment acting on the rod, so its angular momentum remains constant. Because the rod starts with zero angular momentum, it must continue to have zero angular momentum for all time.&lt;br /&gt;
&lt;br /&gt;
An apparent resolution of this paradox is that the physical situation cannot occur. To maintain the rod in a radial position the circles have to exert an infinite force. In real life it would not be possible to construct guides that do not exert a significant reaction force perpendicular to the rod. Victor Namias, however, disputed that infinite forces occur, and argued that a finitely thick rod experiences torque about its center of mass even in the limit as it approaches zero width.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
*{{cite journal&lt;br /&gt;
| last         = Carroll&lt;br /&gt;
| first        = Michael M.&lt;br /&gt;
| date         = November 1984&lt;br /&gt;
| title        = Singular constraints in rigid-body dynamics&lt;br /&gt;
| journal      = [[American Journal of Physics]]&lt;br /&gt;
| volume       = 52&lt;br /&gt;
| issue        = 11&lt;br /&gt;
| pages        = 1010-1012&lt;br /&gt;
| doi          = 10.1119/1.13777&lt;br /&gt;
}}&lt;br /&gt;
*{{cite journal&lt;br /&gt;
| last = Namias&lt;br /&gt;
| first = Victor&lt;br /&gt;
| date = May 1986&lt;br /&gt;
| title = On an apparent paradox in the motion of a smoothly constrained rod&lt;br /&gt;
| journal = [[American Journal of Physics]]&lt;br /&gt;
| volume = 54&lt;br /&gt;
| issue = 5&lt;br /&gt;
| pages = 440-445&lt;br /&gt;
| doi = 10.1119/1.14610&lt;br /&gt;
}}&lt;br /&gt;
*{{cite journal&lt;br /&gt;
| last = Felszeghy&lt;br /&gt;
| first = Stephen F.&lt;br /&gt;
| date = 1986&lt;br /&gt;
| title = On so-called singular constraints in rigid-body dynamics&lt;br /&gt;
| journal = [[American Journal of Physics]]&lt;br /&gt;
| volume = 54&lt;br /&gt;
| pages = 585-586&lt;br /&gt;
| doi = 10.1119/1.14533&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
[[Category:Mechanics]]&lt;br /&gt;
[[Category:Physical paradoxes]]&lt;/div&gt;</summary>
		<author><name>192.248.73.5</name></author>
	</entry>
</feed>