<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bradleymonk.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AProbabilityEquations</id>
	<title>Template:ProbabilityEquations - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://bradleymonk.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AProbabilityEquations"/>
	<link rel="alternate" type="text/html" href="https://bradleymonk.com/wiki/index.php?title=Template:ProbabilityEquations&amp;action=history"/>
	<updated>2026-04-09T19:13:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://bradleymonk.com/wiki/index.php?title=Template:ProbabilityEquations&amp;diff=1609&amp;oldid=prev</id>
		<title>Bradley Monk: Created page with &quot; *----------------------------------------* * PROBABILITY OF EXACT SEQUENCE (e.g. HHHHTT) *----------------------------------------* * P(x) {{=}} (p^k) * ((1-p)^(n-k)) *------...&quot;</title>
		<link rel="alternate" type="text/html" href="https://bradleymonk.com/wiki/index.php?title=Template:ProbabilityEquations&amp;diff=1609&amp;oldid=prev"/>
		<updated>2013-07-17T06:23:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; *----------------------------------------* * PROBABILITY OF EXACT SEQUENCE (e.g. HHHHTT) *----------------------------------------* * P(x) {{=}} (p^k) * ((1-p)^(n-k)) *------...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
* PROBABILITY OF EXACT SEQUENCE (e.g. HHHHTT)&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
* P(x) {{=}} (p^k) * ((1-p)^(n-k))&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
* BINOMIAL RANDOM VARIABLE (BERNULLI)&lt;br /&gt;
* ANY SEQUENCE (e.g. &amp;#039;K&amp;#039; HEADS IN &amp;#039;N&amp;#039; FLIPS)&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
* P(x) {{=}} choose(n,k) * (p^k) * ((1-p)^(n-k))&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
* BAYES&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
*  P(A¡B) {{=}} P(B¡A)*P(A) / [P(B¡A)*P(A) + P(B¡~A)*P(~A)]&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
* Bayes theorem is used for testing conditional probabilities when we know the&lt;br /&gt;
* probability of the occurence of event A, and the probability of the occurence&lt;br /&gt;
* of event B given that event A has already occurred. &lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
* PMF Probability Mass Function&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
* PMF is for descrete non-continuous variables&lt;br /&gt;
* PMF is a general case for Bernoulli, and can be used for Bernoulli&lt;br /&gt;
* The PMF for the variable X is denoted px&lt;br /&gt;
* If x is any possible value of X, px(x) {{=}} P({X {{=}} x})&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
*&lt;br /&gt;
* PMF {{=}} [(factorial(n)) / ( (factorial(*a) * factorial(*b) * factorial(*c) )] *&lt;br /&gt;
*  [P(A^*a) * P(B^*b) * P(C^*c)]&lt;br /&gt;
*&lt;br /&gt;
* given that x is a single observation from set X&lt;br /&gt;
* where n is total number of x sampled from set X&lt;br /&gt;
* where *a is x observations from group A of set X&lt;br /&gt;
* where *b is x observations from group B of set X&lt;br /&gt;
* where *c is x observations from group C of set X&lt;br /&gt;
* where P(A^*a) is the probability of group A to the *a&lt;br /&gt;
* where P(B^*b) is the probability of group B to the *b&lt;br /&gt;
* where P(C^*c) is the probability of group C to the *c&lt;br /&gt;
* and so forth for {A,B,C,...}&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
* Geometric Random Variable (GRV)&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
* The GRV is the number of X coin tosses needed for a head to come up for the first time&lt;br /&gt;
* defined as px(k) {{=}} the probability of x for the k-ith toss&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
*&lt;br /&gt;
* px(k) {{=}} ((1-p)^(k-1)) * p&lt;br /&gt;
*&lt;br /&gt;
* where p is the probability of flipping Heads on a coin&lt;br /&gt;
* where x is the event of getting a Heads&lt;br /&gt;
* where k is the number of flips&lt;br /&gt;
* where 1-p is the probability of Tails&lt;br /&gt;
* where k is the number of flips up to, and including, the first success&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
* Poisson Random Variable (PRV)&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
* Use Poisson to calculate PMF when P is really small and N is really big&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
*&lt;br /&gt;
* (exp(-(n*p))) * (((n*p)^k) / factorial(k))&lt;br /&gt;
*&lt;br /&gt;
* where n {{=}} the number of trials&lt;br /&gt;
* where p {{=}} probability of H&lt;br /&gt;
* where k {{=}} the number of successful hits of H&lt;br /&gt;
*----------------------------------------*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* {{math|S&amp;lt;sub&amp;gt;&amp;lt;var&amp;gt;ij&amp;lt;/var&amp;gt;&amp;lt;/sub&amp;gt;}}&lt;br /&gt;
* {{math|S&amp;lt;sub&amp;gt;&amp;lt;var&amp;gt;ij&amp;lt;/var&amp;gt;&amp;lt;/sub&amp;gt; {{=}} &amp;lt;var&amp;gt;x&amp;lt;/var&amp;gt;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;}}&lt;br /&gt;
* {{math|{{radical|1 &amp;amp;minus; &amp;#039;&amp;#039;e&amp;#039;&amp;#039;&amp;amp;sup2;}}}}&lt;br /&gt;
* &amp;amp;minus;&lt;br /&gt;
* &amp;amp;plusmn;&lt;br /&gt;
* &amp;amp;times;&lt;br /&gt;
* &amp;amp;divide;&lt;br /&gt;
* &amp;amp;frasl;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Bradley Monk</name></author>
	</entry>
</feed>