<?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%3AProbability_Distributions</id>
	<title>TI-BASIC:Probability Distributions - 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%3AProbability_Distributions"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Probability_Distributions&amp;action=history"/>
	<updated>2026-04-30T07:08:31Z</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:Probability_Distributions&amp;diff=1127&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:Probability_Distributions&amp;diff=1127&amp;oldid=prev"/>
		<updated>2016-02-24T18:35:59Z</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;A probability distribution is a formula describing the way a random variable behaves, or our assumptions about the potential values of an unknown parameter. The TI-83 series calculators include a variety of commands that describe very common distributions (although you can calculate the probabilities directly, they often have complicated formulas, and it is faster to use these commands instead).&lt;br /&gt;
&lt;br /&gt;
For the continuous distributions, …pdf( gives the probability density function (mainly useful for graphing), and …cdf( gives the actual probability of a result occurring in an interval. For the discrete distributions, ...pdf( gives the probability for a single value, and ...cdf( gives the probability for all values up to some limit. &lt;br /&gt;
&lt;br /&gt;
When calculating [[TI-BASIC:Confidence_Intervals|Confidence_Intervals]] and [[TI-BASIC:Significance_Tests|Significance_Tests]], using these functions approaches the &amp;quot;using a table&amp;quot; experience more closely, and gives you a better idea of what&amp;#039;s going on; however, the appropriate Test or Interval command, if available, will be easier and faster (as well as smaller, if in a program) to use.&lt;br /&gt;
&lt;br /&gt;
There are also four &amp;quot;shade&amp;quot; commands available: rather than just calculating a value, they also draw the curve of the probability density function on the graph screen, and shade in the area that corresponds to the desired probability.&lt;br /&gt;
&lt;br /&gt;
The following probability distribution commands are available:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width: 35%; padding: 0 2%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Normalpdf|Normalpdf(]] (Normal distribution)&lt;br /&gt;
* [[TI-BASIC:Normalcdf|Normalcdf(]]&lt;br /&gt;
* [[TI-BASIC:Invnorm|InvNorm(]]&lt;br /&gt;
* [[TI-BASIC:Shadenorm|ShadeNorm(]]&lt;br /&gt;
* [[TI-BASIC:Tpdf|Tpdf(]] (Student t distribution)&lt;br /&gt;
* [[TI-BASIC:Tcdf|Tcdf(]]&lt;br /&gt;
* [[TI-BASIC:Invt|InvT(]] -- TI-84+/SE only&lt;br /&gt;
* [[TI-BASIC:Shade_T|Shade_t(]]&lt;br /&gt;
* [[TI-BASIC:Chisquarepdf|χ²pdf(]] (χ² distribution)&lt;br /&gt;
* [[TI-BASIC:Chisquarecdf|χ²cdf(]]&lt;br /&gt;
* [[TI-BASIC:Shadechisquare|Shadeχ²(]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width: 35%; padding: 0 2%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Fpdf|Fpdf(]] (&amp;#039;&amp;#039;F&amp;#039;&amp;#039;-distribution)&lt;br /&gt;
* [[TI-BASIC:Fcdf|Fcdf(]]&lt;br /&gt;
* [[TI-BASIC:Shadef|ShadeF(]]&lt;br /&gt;
* [[TI-BASIC:Binompdf|Binompdf(]] (binomial distribution)&lt;br /&gt;
* [[TI-BASIC:Binomcdf|Binomcdf(]]&lt;br /&gt;
* [[TI-BASIC:Poissonpdf|Poissonpdf(]] (Poisson distribution)&lt;br /&gt;
* [[TI-BASIC:Poissoncdf|Poissoncdf(]]&lt;br /&gt;
* [[TI-BASIC:Geometpdf|Geometpdf(]] (geometrical distribution)&lt;br /&gt;
* [[TI-BASIC:Geometcdf|Geometcdf(]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;[[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>