<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AVariance</id>
	<title>TI-BASIC:Variance - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AVariance"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Variance&amp;action=history"/>
	<updated>2026-05-15T10:27:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Variance&amp;diff=499&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Variance&amp;diff=499&amp;oldid=prev"/>
		<updated>2016-02-24T18:04:29Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:TI-BASIC:Command&lt;br /&gt;
|picture=VARIANCE.GIF&lt;br /&gt;
|summary=Finds the sample variance of a list.&lt;br /&gt;
|syntax=variance(&amp;#039;&amp;#039;list&amp;#039;&amp;#039;,[&amp;#039;&amp;#039;freqlist&amp;#039;&amp;#039;])&lt;br /&gt;
|location=Press:&lt;br /&gt;
# 2ND LIST to enter the LIST menu.&lt;br /&gt;
# LEFT to enter the MATH submenu.&lt;br /&gt;
# 8 to select variance(, or use arrows.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The variance( command finds the sample variance of a list, a measure of the spread of a distribution. It takes a list of real numbers as a parameter. For example:&lt;br /&gt;
&lt;br /&gt;
 :Prompt L1&lt;br /&gt;
 :Disp &amp;quot;VARIANCE OF L1&amp;quot;,variance(L1&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
Frequency lists don&amp;#039;t need to be whole numbers. Amazing as that may sound, your calculator can handle being told that one element of the list occurs 1/3 of a time, and another occurs 22.7 times. It can even handle a frequency of 0 - it will just ignore that element, as though it weren&amp;#039;t there. One caveat, though - if all of the elements occur 0 times, there&amp;#039;s no elements actually in the list and your calculator will throw an error.&lt;br /&gt;
&lt;br /&gt;
= Formulas =&lt;br /&gt;
&lt;br /&gt;
The formula for variance used by this command is:&lt;br /&gt;
&lt;br /&gt;
{{Template:TI-BASIC:Math&lt;br /&gt;
|eqn = s_n^2 = \frac{1}{N-1} \sum_{i=1}^N (x_i - \overline{x})^2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This is the formula for sample variance. The formula for population variance, which this command does &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; use, varies slightly:&lt;br /&gt;
&lt;br /&gt;
{{Template:TI-BASIC:Math&lt;br /&gt;
|eqn = \sigma^2 = \frac{1}{N} \sum_{i=1}^N (x_i - \overline{x})^2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
If the population variance is required, just multiply the result of variance() by 1-1/N.&lt;br /&gt;
&lt;br /&gt;
With frequencies &amp;#039;&amp;#039;w,,i,,&amp;#039;&amp;#039;, the formula becomes&lt;br /&gt;
&lt;br /&gt;
{{Template:TI-BASIC:Math&lt;br /&gt;
|eqn = s_n^2 = \frac{\sum_{i=1}^N w_i(x_i - \overline{x})^2}{\sum_{i=1}^N (w_i)-1}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\definecolor{darkgreen}{rgb}{0.90,0.91,0.859}\pagecolor{darkgreen} \overline{x}&amp;lt;/math&amp;gt; is the mean with frequencies included.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Mean|Mean(]]&lt;br /&gt;
* [[TI-BASIC:Median|Median(]]&lt;br /&gt;
* [[TI-BASIC:Stddev|StdDev(]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>