<?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%3ANormalpdf</id>
	<title>TI-BASIC:Normalpdf - 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%3ANormalpdf"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Normalpdf&amp;action=history"/>
	<updated>2026-04-30T02:29:52Z</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:Normalpdf&amp;diff=742&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:Normalpdf&amp;diff=742&amp;oldid=prev"/>
		<updated>2016-02-24T18:16:20Z</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=NORMALPDF.GIF&lt;br /&gt;
|summary=Evaluates the normal probability density function at a point.&lt;br /&gt;
|syntax=normalpdf(&amp;#039;&amp;#039;x&amp;#039;&amp;#039;[,&amp;#039;&amp;#039;μ&amp;#039;&amp;#039;, &amp;#039;&amp;#039;σ&amp;#039;&amp;#039;])&lt;br /&gt;
|location=Press:&lt;br /&gt;
# 2ND DISTR to access the distribution menu&lt;br /&gt;
# ENTER to select normalpdf(.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=2 bytes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
normalpdf( is the normal (Gaussian) probability density function. &lt;br /&gt;
&lt;br /&gt;
Since the normal distribution is continuous, the value of normalpdf( doesn&amp;#039;t represent an actual probability - in fact, one of the only uses for this command is to draw a graph of the normal curve. You could also use it for various calculus purposes, such as finding inflection points. &lt;br /&gt;
&lt;br /&gt;
The command can be used in two ways: normalpdf(&amp;#039;&amp;#039;x&amp;#039;&amp;#039;) will evaluate the standard normal p.d.f. (with mean at 0 and a standard deviation of 1) at &amp;#039;&amp;#039;x&amp;#039;&amp;#039;, and normalpdf(&amp;#039;&amp;#039;x&amp;#039;&amp;#039;,&amp;#039;&amp;#039;μ&amp;#039;&amp;#039;,&amp;#039;&amp;#039;σ&amp;#039;&amp;#039;) will work for an arbitrary normal curve, with mean &amp;#039;&amp;#039;μ&amp;#039;&amp;#039; and standard deviation &amp;#039;&amp;#039;σ&amp;#039;&amp;#039;. &lt;br /&gt;
&lt;br /&gt;
= Formulas =&lt;br /&gt;
&lt;br /&gt;
For the standard normal distribution, normalpdf(&amp;#039;&amp;#039;x&amp;#039;&amp;#039;) is defined as&lt;br /&gt;
{{Template:TI-BASIC:Math&lt;br /&gt;
|eqn= \operatorname{normalpdf}(x)=\frac1{\sqrt{2\pi\,}} \, e^{-\frac1{2}x^2}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
For other normal distributions, normalpdf( is defined in terms of the standard distribution:&lt;br /&gt;
{{Template:TI-BASIC:Math&lt;br /&gt;
|eqn= \operatorname{normalpdf}(x,\mu,\sigma)=\frac{1}{\sigma} \, \operatorname{normalpdf} \left(\frac{x-\mu}{\sigma}\right)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Normalcdf|Normalcdf(]]&lt;br /&gt;
* [[TI-BASIC:Invnorm|InvNorm(]]&lt;br /&gt;
* [[TI-BASIC:Shadenorm|ShadeNorm(]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>