<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.socr.umich.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jczhang</id>
	<title>SOCR - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.socr.umich.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jczhang"/>
	<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php/Special:Contributions/Jczhang"/>
	<updated>2026-07-23T01:02:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.6</generator>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8463</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8463"/>
		<updated>2008-12-01T12:44:59Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic] PDF: &amp;lt;math&amp;gt; f(x;u,s) = \frac{e^{-(x-\mu)/s}} {s(1+e^{-(x-\mu)/s})^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic-Exponential] PDF: &amp;lt;math&amp;gt; f(x;\beta) = \frac { \beta e^x(e^x - 1)^{\beta-1}} {(1+(e^x-1)^\beta))^2} \mbox{   }\mbox{   }x, \beta &amp;gt; 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/PowerFunction_Distribution.html Power Function] PDF: &amp;lt;math&amp;gt; f(x) = \frac {\alpha(x-a)^{\alpha-1}} {(b-a)^\alpha} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Benford_Distribution.html Benford's Law]: &amp;lt;math&amp;gt; P(d) = \log_b(d + 1)- \log_b(d) = \log_b(\frac{d + 1}{d}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto] PDF: &amp;lt;math&amp;gt; \frac {kx^k_m} {x^{k+1}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Non-Central Student T] PDF: &amp;lt;math&amp;gt; f(t)=\frac{\nu^{\nu/2}e^{-\nu\mu^2/2(t^2+\nu)}} {\sqrt{\pi}\Gamma(\nu/2)2^{(\nu-1)/2}(t^2+\nu)^{(\nu+1)/2}} \times\int\limits_0^\infty x^\nu\exp\left[-\frac{1}{2}\left(x-\frac{\mu t}{\sqrt{t^2+\nu}}\right)^2\right]dx &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ArcSine_Distribution.html ArcSine] PDF: &amp;lt;math&amp;gt; f(x) = \frac{1}{\pi \sqrt{x(1-x)}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Circle_Distribution.html Circle] PDF: &amp;lt;math&amp;gt; f(x)={2\sqrt{r^2 - x^2}\over \pi r^2 }, \forall x \in [-r , r] &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/UQuadratic_Distribution.html U-Quadratic] PDF: &amp;lt;math&amp;gt;\alpha \left ( x - \beta \right )^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform] PDF: &amp;lt;math&amp;gt;U(0,1) = f(x) = \begin{cases} {1} \mbox{ for } 0 \le x \le 1 \\ 0 \mbox{ for } x &amp;lt; 0 \mbox{ or } x &amp;gt; 1 \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf]: &amp;lt;math&amp;gt;\frac{1/(k+q)^s}{H_{N,s}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGamma_Distribution.html Inverse Gamma]: &amp;lt;math&amp;gt;\frac{\beta^\alpha}{\Gamma(\alpha)} x^{-\alpha - 1} \exp \left(\frac{-\beta}{x}\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/FisherTippett_Distribution.html Fisher-Tippett]: &amp;lt;math&amp;gt;\frac{z\,e^{-z}}{\beta}\!&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt; where &amp;lt;math&amp;gt;z = e^{-\frac{x-\mu}{\beta}}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gumbel_Distribution.html Gumbel]: &amp;lt;math&amp;gt;f(x) = e^{-x} e^{-e^{-x}}.&amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/HyperGeometric_Distribution.html HyperGeometric]: &amp;lt;math&amp;gt;{{{m \choose k} {{N-m} \choose {n-k}}}\over {N \choose n}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Log-Normal]: &amp;lt;math&amp;gt;\frac{1}{x\sigma\sqrt{2\pi}}\exp\left[-\frac{\left(\ln(x)-\mu\right)^2}{2\sigma^2}\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gilbrats_Distribution.html Gilbrats]: &amp;lt;math&amp;gt;\frac{1}{\sigma\sqrt{2\pi}}\exp\left[-\frac{\left(\ln(x)\right)^2}{2\sigma^2}\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/HyperbolicSecant_Distribution.html Hyperbolic Secant]:&amp;lt;math&amp;gt;\frac12 \; \operatorname{sech}\!\left(\frac{\pi}{2}\,x\right)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gompertz_Distribution.html Gompertz]: &amp;lt;math&amp;gt;b e^{-bx} e^{-\eta e^{-bx}}\left[1 + \eta\left(1 - e^{-bx}\right)\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Cauchy]: &amp;lt;math&amp;gt; f(x; 0,1) = \frac{1}{\pi (1 + x^2)}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Arcsine Transformation]: &amp;lt;math&amp;gt; \alpha = \beta = \frac{1}{2} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Noncentral Student's T to Normal Transformation]: &amp;lt;math&amp;gt; Z=\lim_{\nu\to\infty}T &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Noncentral Student's T to Student's T Transformation]: &amp;lt;math&amp;gt; \mu = 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Pareto Transformation]: &amp;lt;math&amp;gt; \lambda X ^{-1/K} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Benford Transformation]: &amp;lt;math&amp;gt; 10^X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Exponential Transformation]: &amp;lt;math&amp;gt; n(1-X_{(n)}), n -&amp;gt; \infty &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Log Logistic Transformation]: &amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/k} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Standard Triangular Transformation]: &amp;lt;math&amp;gt; X_1 - X_2&amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Logistic Exponential Transformation]: &amp;lt;math&amp;gt; \frac{log[1+(\frac{X}{1-X})^{1/K}]}{\lambda} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Beta Transformation]:  If X has a standard uniform distribution, &amp;lt;math&amp;gt; Y = 1 - X^{1/n} \ &amp;lt;/math&amp;gt; has a beta distribution&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Standard Uniform Transformation]: &amp;lt;math&amp;gt; \beta = \gamma = 1 &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform to Standard Uniform Transformation]: &amp;lt;math&amp;gt; a = 0, b = 1 \ &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto to Exponential]: &amp;lt;math&amp;gt; log(X/\lambda) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic Exponential to Exponential]: &amp;lt;math&amp;gt; \beta = 1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf to Discrete Uniform]: &amp;lt;math&amp;gt; a = 0, a = 1, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform to Rectangular]: &amp;lt;math&amp;gt; a = 0, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson_Distribution.html Poisson to Normal]: &amp;lt;math&amp;gt; \sigma ^2 = \mu , \mu \to \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial to Poisson]: &amp;lt;math&amp;gt; \mu = np, \mu \to \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Inverted Gamma]: &amp;lt;math&amp;gt; \frac{1}{X} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/FisherTippett_Distribution.html Fisher-Tippett to Gumbel]: &amp;lt;math&amp;gt; \mu = 0, \beta = 1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/HyperGeometric_Distribution.html Hypergeometric to Binomial]: &amp;lt;math&amp;gt; p = \frac{n_1}{n_3}, n = n_2, n_3, n \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Log-Normal to Normal]: &amp;lt;math&amp;gt; log(X) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://wiki.stat.ucla.edu/socr/index.php/AP_Statistics_Curriculum_2007_Normal_Prob Normal to Log-Normal]: &amp;lt;math&amp;gt;e^X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Log-Normal to Gibrat's]: &amp;lt;math&amp;gt; \mu = 0, x = 1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Cauchy to Standard Cauchy]: &amp;lt;math&amp;gt; \gamma = 1, x_0 = 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Cauchy to Cauchy]: &amp;lt;math&amp;gt; x_0 + \gamma X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/HyperbolicSecant_Distribution.html Standard Cauchy to Hyperbolic Secant]: &amp;lt;math&amp;gt; \frac{log|x|}{\pi} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8462</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8462"/>
		<updated>2008-12-01T12:14:15Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic] PDF: &amp;lt;math&amp;gt; f(x;u,s) = \frac{e^{-(x-\mu)/s}} {s(1+e^{-(x-\mu)/s})^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic-Exponential] PDF: &amp;lt;math&amp;gt; f(x;\beta) = \frac { \beta e^x(e^x - 1)^{\beta-1}} {(1+(e^x-1)^\beta))^2} \mbox{   }\mbox{   }x, \beta &amp;gt; 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/PowerFunction_Distribution.html Power Function] PDF: &amp;lt;math&amp;gt; f(x) = \frac {\alpha(x-a)^{\alpha-1}} {(b-a)^\alpha} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Benford_Distribution.html Benford's Law]: &amp;lt;math&amp;gt; P(d) = \log_b(d + 1)- \log_b(d) = \log_b(\frac{d + 1}{d}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto] PDF: &amp;lt;math&amp;gt; \frac {kx^k_m} {x^{k+1}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Non-Central Student T] PDF: &amp;lt;math&amp;gt; f(t)=\frac{\nu^{\nu/2}e^{-\nu\mu^2/2(t^2+\nu)}} {\sqrt{\pi}\Gamma(\nu/2)2^{(\nu-1)/2}(t^2+\nu)^{(\nu+1)/2}} \times\int\limits_0^\infty x^\nu\exp\left[-\frac{1}{2}\left(x-\frac{\mu t}{\sqrt{t^2+\nu}}\right)^2\right]dx &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ArcSine_Distribution.html ArcSine] PDF: &amp;lt;math&amp;gt; f(x) = \frac{1}{\pi \sqrt{x(1-x)}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Circle_Distribution.html Circle] PDF: &amp;lt;math&amp;gt; f(x)={2\sqrt{r^2 - x^2}\over \pi r^2 }, \forall x \in [-r , r] &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/UQuadratic_Distribution.html U-Quadratic] PDF: &amp;lt;math&amp;gt;\alpha \left ( x - \beta \right )^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform] PDF: &amp;lt;math&amp;gt;U(0,1) = f(x) = \begin{cases} {1} \mbox{ for } 0 \le x \le 1 \\ 0 \mbox{ for } x &amp;lt; 0 \mbox{ or } x &amp;gt; 1 \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf]: &amp;lt;math&amp;gt;\frac{1/(k+q)^s}{H_{N,s}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGamma_Distribution.html Inverse Gamma]: &amp;lt;math&amp;gt;\frac{\beta^\alpha}{\Gamma(\alpha)} x^{-\alpha - 1} \exp \left(\frac{-\beta}{x}\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/FisherTippett_Distribution.html Fisher-Tippett]: &amp;lt;math&amp;gt;\frac{z\,e^{-z}}{\beta}\!&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt; where &amp;lt;math&amp;gt;z = e^{-\frac{x-\mu}{\beta}}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gumbel_Distribution.html Gumbel]: &amp;lt;math&amp;gt;f(x) = e^{-x} e^{-e^{-x}}.&amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/HyperGeometric_Distribution.html HyperGeometric]: &amp;lt;math&amp;gt;{{{m \choose k} {{N-m} \choose {n-k}}}\over {N \choose n}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Log-Normal]: &amp;lt;math&amp;gt;\frac{1}{x\sigma\sqrt{2\pi}}\exp\left[-\frac{\left(\ln(x)-\mu\right)^2}{2\sigma^2}\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gilbrats_Distribution.html Gilbrats]: &amp;lt;math&amp;gt;\frac{1}{\sigma\sqrt{2\pi}}\exp\left[-\frac{\left(\ln(x)\right)^2}{2\sigma^2}\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/HyperbolicSecant_Distribution.html Hyperbolic Secant]:&amp;lt;math&amp;gt;\frac12 \; \operatorname{sech}\!\left(\frac{\pi}{2}\,x\right)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gompertz_Distribution.html Gompertz]: &amp;lt;math&amp;gt;b e^{-bx} e^{-\eta e^{-bx}}\left[1 + \eta\left(1 - e^{-bx}\right)\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Cauchy]: &amp;lt;math&amp;gt; f(x; 0,1) = \frac{1}{\pi (1 + x^2)}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Arcsine Transformation]: &amp;lt;math&amp;gt; \alpha = \beta = \frac{1}{2} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Noncentral Student's T to Normal Transformation]: &amp;lt;math&amp;gt; Z=\lim_{\nu\to\infty}T &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Noncentral Student's T to Student's T Transformation]: &amp;lt;math&amp;gt; \mu = 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Pareto Transformation]: &amp;lt;math&amp;gt; \lambda X ^{-1/K} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Benford Transformation]: &amp;lt;math&amp;gt; 10^X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Exponential Transformation]: &amp;lt;math&amp;gt; n(1-X_{(n)}), n -&amp;gt; \infty &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Log Logistic Transformation]: &amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/k} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Standard Triangular Transformation]: &amp;lt;math&amp;gt; X_1 - X_2&amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Logistic Exponential Transformation]: &amp;lt;math&amp;gt; \frac{log[1+(\frac{X}{1-X})^{1/K}]}{\lambda} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Beta Transformation]:  If X has a standard uniform distribution, &amp;lt;math&amp;gt; Y = 1 - X^{1/n} \ &amp;lt;/math&amp;gt; has a beta distribution&lt;br /&gt;
&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Standard Uniform Transformation]: &amp;lt;math&amp;gt; \beta = \gamma = 1 &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform to Standard Uniform Transformation]: &amp;lt;math&amp;gt; a = 0, b = 1 \ &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto to Exponential]: &amp;lt;math&amp;gt; log(X/\lambda) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic Exponential to Exponential]: &amp;lt;math&amp;gt; \beta = 1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf to Discrete Uniform]: &amp;lt;math&amp;gt; a = 0, a = 1, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform to Rectangular]: &amp;lt;math&amp;gt; a = 0, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson_Distribution.html Poisson to Normal]: &amp;lt;math&amp;gt; \sigma ^2 = \mu , \mu \to \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial to Poisson]: &amp;lt;math&amp;gt; \mu = np, \mu \to \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8461</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8461"/>
		<updated>2008-12-01T10:55:48Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic] PDF: &amp;lt;math&amp;gt; f(x;u,s) = \frac{e^{-(x-\mu)/s}} {s(1+e^{-(x-\mu)/s})^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic-Exponential] PDF: &amp;lt;math&amp;gt; f(x;\beta) = \frac { \beta e^x(e^x - 1)^{\beta-1}} {(1+(e^x-1)^\beta))^2} \mbox{   }\mbox{   }x, \beta &amp;gt; 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/PowerFunction_Distribution.html Power Function] PDF: &amp;lt;math&amp;gt; f(x) = \frac {\alpha(x-a)^{\alpha-1}} {(b-a)^\alpha} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Benford_Distribution.html Benford's Law]: &amp;lt;math&amp;gt; P(d) = \log_b(d + 1)- \log_b(d) = \log_b(\frac{d + 1}{d}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto] PDF: &amp;lt;math&amp;gt; \frac {kx^k_m} {x^{k+1}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Non-Central Student T] PDF: &amp;lt;math&amp;gt; f(t)=\frac{\nu^{\nu/2}e^{-\nu\mu^2/2(t^2+\nu)}} {\sqrt{\pi}\Gamma(\nu/2)2^{(\nu-1)/2}(t^2+\nu)^{(\nu+1)/2}} \times\int\limits_0^\infty x^\nu\exp\left[-\frac{1}{2}\left(x-\frac{\mu t}{\sqrt{t^2+\nu}}\right)^2\right]dx &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ArcSine_Distribution.html ArcSine] PDF: &amp;lt;math&amp;gt; f(x) = \frac{1}{\pi \sqrt{x(1-x)}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Circle_Distribution.html Circle] PDF: &amp;lt;math&amp;gt; f(x)={2\sqrt{r^2 - x^2}\over \pi r^2 }, \forall x \in [-r , r] &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/UQuadratic_Distribution.html U-Quadratic] PDF: &amp;lt;math&amp;gt;\alpha \left ( x - \beta \right )^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform] PDF: &amp;lt;math&amp;gt;U(0,1) = f(x) = \begin{cases} {1} \mbox{ for } 0 \le x \le 1 \\ 0 \mbox{ for } x &amp;lt; 0 \mbox{ or } x &amp;gt; 1 \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf]: &amp;lt;math&amp;gt;\frac{1/(k+q)^s}{H_{N,s}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGamma_Distribution.html Inverse Gamma]: &amp;lt;math&amp;gt;\frac{\beta^\alpha}{\Gamma(\alpha)} x^{-\alpha - 1} \exp \left(\frac{-\beta}{x}\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/FisherTippett_Distribution.html Fisher-Tippett]: &amp;lt;math&amp;gt;\frac{z\,e^{-z}}{\beta}\!&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt; where &amp;lt;math&amp;gt;z = e^{-\frac{x-\mu}{\beta}}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gumbel_Distribution.html Gumbel]: &amp;lt;math&amp;gt;f(x) = e^{-x} e^{-e^{-x}}.&amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/HyperGeometric_Distribution.html HyperGeometric]: &amp;lt;math&amp;gt;{{{m \choose k} {{N-m} \choose {n-k}}}\over {N \choose n}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Log-Normal]: &amp;lt;math&amp;gt;\frac{1}{x\sigma\sqrt{2\pi}}\exp\left[-\frac{\left(\ln(x)-\mu\right)^2}{2\sigma^2}\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gilbrats_Distribution.html Gilbrats]: &amp;lt;math&amp;gt;\frac{1}{\sigma\sqrt{2\pi}}\exp\left[-\frac{\left(\ln(x)\right)^2}{2\sigma^2}\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/HyperbolicSecant_Distribution.html Hyperbolic Secant]:&amp;lt;math&amp;gt;\frac12 \; \operatorname{sech}\!\left(\frac{\pi}{2}\,x\right)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gompertz_Distribution.html Gompertz]: &amp;lt;math&amp;gt;b e^{-bx} e^{-\eta e^{-bx}}\left[1 + \eta\left(1 - e^{-bx}\right)\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Arcsine Transformation]: &amp;lt;math&amp;gt; \alpha = \beta = \frac{1}{2} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Noncentral Student's T to Normal Transformation]: &amp;lt;math&amp;gt; Z=\lim_{\nu\to\infty}T &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Noncentral Student's T to Student's T Transformation]: &amp;lt;math&amp;gt; \mu = 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Pareto Transformation]: &amp;lt;math&amp;gt; \lambda X ^{-1/K} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Benford Transformation]: &amp;lt;math&amp;gt; 10^X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Exponential Transformation]: &amp;lt;math&amp;gt; n(1-X_{(n)}), n -&amp;gt; \infty &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Log Logistic Transformation]: &amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/k} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Standard Triangular Transformation]: &amp;lt;math&amp;gt; X_1 - X_2&amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Logistic Exponential Transformation]: &amp;lt;math&amp;gt; \frac{log[1+(\frac{X}{1-X})^{1/K}]}{\lambda} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Beta Transformation]:  If X has a standard uniform distribution, &amp;lt;math&amp;gt; Y = 1 - X^{1/n} \ &amp;lt;/math&amp;gt; has a beta distribution&lt;br /&gt;
&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Standard Uniform Transformation]: &amp;lt;math&amp;gt; \beta = \gamma = 1 &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform to Standard Uniform Transformation]: &amp;lt;math&amp;gt; a = 0, b = 1 \ &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto to Exponential]: &amp;lt;math&amp;gt; log(X/\lambda) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic Exponential to Exponential]: &amp;lt;math&amp;gt; \beta = 1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf to Discrete Uniform]: &amp;lt;math&amp;gt; a = 0, a = 1, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform to Rectangular]: &amp;lt;math&amp;gt; a = 0, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson_Distribution.html Poisson to Normal]: &amp;lt;math&amp;gt; \sigma ^2 = \mu , \mu \to \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial to Poisson]: &amp;lt;math&amp;gt; \mu = np, \mu \to \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8460</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8460"/>
		<updated>2008-12-01T10:32:22Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic] PDF: &amp;lt;math&amp;gt; f(x;u,s) = \frac{e^{-(x-\mu)/s}} {s(1+e^{-(x-\mu)/s})^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic-Exponential] PDF: &amp;lt;math&amp;gt; f(x;\beta) = \frac { \beta e^x(e^x - 1)^{\beta-1}} {(1+(e^x-1)^\beta))^2} \mbox{   }\mbox{   }x, \beta &amp;gt; 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/PowerFunction_Distribution.html Power Function] PDF: &amp;lt;math&amp;gt; f(x) = \frac {\alpha(x-a)^{\alpha-1}} {(b-a)^\alpha} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Benford_Distribution.html Benford's Law]: &amp;lt;math&amp;gt; P(d) = \log_b(d + 1)- \log_b(d) = \log_b(\frac{d + 1}{d}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto] PDF: &amp;lt;math&amp;gt; \frac {kx^k_m} {x^{k+1}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Non-Central Student T] PDF: &amp;lt;math&amp;gt; f(t)=\frac{\nu^{\nu/2}e^{-\nu\mu^2/2(t^2+\nu)}} {\sqrt{\pi}\Gamma(\nu/2)2^{(\nu-1)/2}(t^2+\nu)^{(\nu+1)/2}} \times\int\limits_0^\infty x^\nu\exp\left[-\frac{1}{2}\left(x-\frac{\mu t}{\sqrt{t^2+\nu}}\right)^2\right]dx &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ArcSine_Distribution.html ArcSine] PDF: &amp;lt;math&amp;gt; f(x) = \frac{1}{\pi \sqrt{x(1-x)}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Circle_Distribution.html Circle] PDF: &amp;lt;math&amp;gt; f(x)={2\sqrt{r^2 - x^2}\over \pi r^2 }, \forall x \in [-r , r] &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/UQuadratic_Distribution.html U-Quadratic] PDF: &amp;lt;math&amp;gt;\alpha \left ( x - \beta \right )^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform] PDF: &amp;lt;math&amp;gt;U(0,1) = f(x) = \begin{cases} {1} \mbox{ for } 0 \le x \le 1 \\ 0 \mbox{ for } x &amp;lt; 0 \mbox{ or } x &amp;gt; 1 \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf]: &amp;lt;math&amp;gt;\frac{1/(k+q)^s}{H_{N,s}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGamma_Distribution.html Inverse Gamma]: &amp;lt;math&amp;gt;\frac{\beta^\alpha}{\Gamma(\alpha)} x^{-\alpha - 1} \exp \left(\frac{-\beta}{x}\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/FisherTippett_Distribution.html Fisher-Tippett]: &amp;lt;math&amp;gt;\frac{z\,e^{-z}}{\beta}\!&amp;lt;/math&amp;gt;&amp;lt;br /&amp;gt; where &amp;lt;math&amp;gt;z = e^{-\frac{x-\mu}{\beta}}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gumbel_Distribution.html Gumbel]: &amp;lt;math&amp;gt;f(x) = e^{-x} e^{-e^{-x}}.&amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/HyperGeometric_Distribution.html HyperGeometric]: &amp;lt;math&amp;gt;{{{m \choose k} {{N-m} \choose {n-k}}}\over {N \choose n}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Log-Normal]: &amp;lt;math&amp;gt;\frac{1}{x\sigma\sqrt{2\pi}}\exp\left[-\frac{\left(\ln(x)-\mu\right)^2}{2\sigma^2}\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gilbrats_Distribution.html Gilbrats]: &amp;lt;math&amp;gt;\frac{1}{\sigma\sqrt{2\pi}}\exp\left[-\frac{\left(\ln(x)\right)^2}{2\sigma^2}\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/HyperbolicSecant_Distribution.html Hyperbolic Secant]:&amp;lt;math&amp;gt;\frac12 \; \operatorname{sech}\!\left(\frac{\pi}{2}\,x\right)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Arcsine Transformation]: &amp;lt;math&amp;gt; \alpha = \beta = \frac{1}{2} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Noncentral Student's T to Normal Transformation]: &amp;lt;math&amp;gt; Z=\lim_{\nu\to\infty}T &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Noncentral Student's T to Student's T Transformation]: &amp;lt;math&amp;gt; \mu = 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Pareto Transformation]: &amp;lt;math&amp;gt; \lambda X ^{-1/K} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Benford Transformation]: &amp;lt;math&amp;gt; 10^X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Exponential Transformation]: &amp;lt;math&amp;gt; n(1-X_{(n)}), n -&amp;gt; \infty &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Log Logistic Transformation]: &amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/k} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Standard Triangular Transformation]: &amp;lt;math&amp;gt; X_1 - X_2&amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Logistic Exponential Transformation]: &amp;lt;math&amp;gt; \frac{log[1+(\frac{X}{1-X})^{1/K}]}{\lambda} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Beta Transformation]:  If X has a standard uniform distribution, &amp;lt;math&amp;gt; Y = 1 - X^{1/n} \ &amp;lt;/math&amp;gt; has a beta distribution&lt;br /&gt;
&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Standard Uniform Transformation]: &amp;lt;math&amp;gt; \beta = \gamma = 1 &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform to Standard Uniform Transformation]: &amp;lt;math&amp;gt; a = 0, b = 1 \ &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto to Exponential]: &amp;lt;math&amp;gt; log(X/\lambda) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic Exponential to Exponential]: &amp;lt;math&amp;gt; \beta = 1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf to Discrete Uniform]: &amp;lt;math&amp;gt; a = 0, a = 1, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform to Rectangular]: &amp;lt;math&amp;gt; a = 0, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson_Distribution.html Poisson to Normal]: &amp;lt;math&amp;gt; \sigma ^2 = \mu , \mu \to \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial to Poisson]: &amp;lt;math&amp;gt; \mu = np, \mu \to \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8404</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8404"/>
		<updated>2008-11-25T09:52:38Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic] PDF: &amp;lt;math&amp;gt; f(x;u,s) = \frac{e^{-(x-\mu)/s}} {s(1+e^{-(x-\mu)/s})^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic-Exponential] PDF: &amp;lt;math&amp;gt; f(x;\beta) = \frac { \beta e^x(e^x - 1)^{\beta-1}} {(1+(e^x-1)^\beta))^2} \mbox{   }\mbox{   }x, \beta &amp;gt; 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/PowerFunction_Distribution.html Power Function] PDF: &amp;lt;math&amp;gt; f(x) = \frac {\alpha(x-a)^{\alpha-1}} {(b-a)^\alpha} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Benford_Distribution.html Benford's Law]: &amp;lt;math&amp;gt; P(d) = \log_b(d + 1)- \log_b(d) = \log_b(\frac{d + 1}{d}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto] PDF: &amp;lt;math&amp;gt; \frac {kx^k_m} {x^{k+1}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Non-Central Student T] PDF: &amp;lt;math&amp;gt; f(t)=\frac{\nu^{\nu/2}e^{-\nu\mu^2/2(t^2+\nu)}} {\sqrt{\pi}\Gamma(\nu/2)2^{(\nu-1)/2}(t^2+\nu)^{(\nu+1)/2}} \times\int\limits_0^\infty x^\nu\exp\left[-\frac{1}{2}\left(x-\frac{\mu t}{\sqrt{t^2+\nu}}\right)^2\right]dx &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ArcSine_Distribution.html ArcSine] PDF: &amp;lt;math&amp;gt; f(x) = \frac{1}{\pi \sqrt{x(1-x)}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Circle_Distribution.html Circle] PDF: &amp;lt;math&amp;gt; f(x)={2\sqrt{r^2 - x^2}\over \pi r^2 }, \forall x \in [-r , r] &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/UQuadratic_Distribution.html U-Quadratic] PDF: &amp;lt;math&amp;gt;\alpha \left ( x - \beta \right )^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform] PDF: &amp;lt;math&amp;gt;U(0,1) = f(x) = \begin{cases} {1} \mbox{ for } 0 \le x \le 1 \\ 0 \mbox{ for } x &amp;lt; 0 \mbox{ or } x &amp;gt; 1 \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf]: &amp;lt;math&amp;gt;\frac{1/k^s}{H_{N,s}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Arcsine Transformation]: &amp;lt;math&amp;gt; \alpha = \beta = \frac{1}{2} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Noncentral Student's T to Normal Transformation]: &amp;lt;math&amp;gt; Z=\lim_{\nu\to\infty}T &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Noncentral Student's T to Student's T Transformation]: &amp;lt;math&amp;gt; \mu = 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Pareto Transformation]: &amp;lt;math&amp;gt; \lambda X ^{-1/K} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Benford Transformation]: &amp;lt;math&amp;gt; 10^X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Exponential Transformation]: &amp;lt;math&amp;gt; n(1-X_{(n)}), n -&amp;gt; \infty &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Log Logistic Transformation]: &amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/k} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Standard Triangular Transformation]: &amp;lt;math&amp;gt; X_1 - X_2&amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Logistic Exponential Transformation]: &amp;lt;math&amp;gt; \frac{log[1+(\frac{X}{1-X})^{1/K}]}{\lambda} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Beta Transformation]:  If X has a standard uniform distribution, &amp;lt;math&amp;gt; Y = 1 - X^{1/n} \ &amp;lt;/math&amp;gt; has a beta distribution&lt;br /&gt;
&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Standard Uniform Transformation]: &amp;lt;math&amp;gt; \beta = \gamma = 1 &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform to Standard Uniform Transformation]: &amp;lt;math&amp;gt; a = 0, b = 1 \ &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto to Exponential]: &amp;lt;math&amp;gt; log(X/\lambda) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic Exponential to Exponential]: &amp;lt;math&amp;gt; \beta = 1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf to Discrete Uniform]: &amp;lt;math&amp;gt; a = 0, a = 1, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform to Rectangular]: &amp;lt;math&amp;gt; a = 0, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson_Distribution.html Poisson to Normal]: &amp;lt;math&amp;gt; \sigma ^2 = \mu , \mu \to \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial to Poisson]: &amp;lt;math&amp;gt; \mu = np, \mu \to \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8402</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8402"/>
		<updated>2008-11-25T09:44:38Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic] PDF: &amp;lt;math&amp;gt; f(x;u,s) = \frac{e^{-(x-\mu)/s}} {s(1+e^{-(x-\mu)/s})^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic-Exponential] PDF: &amp;lt;math&amp;gt; f(x;\beta) = \frac { \beta e^x(e^x - 1)^{\beta-1}} {(1+(e^x-1)^\beta))^2} \mbox{   }\mbox{   }x, \beta &amp;gt; 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/PowerFunction_Distribution.html Power Function] PDF: &amp;lt;math&amp;gt; f(x) = \frac {\alpha(x-a)^{\alpha-1}} {(b-a)^\alpha} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Benford_Distribution.html Benford's Law]: &amp;lt;math&amp;gt; P(d) = \log_b(d + 1)- \log_b(d) = \log_b(\frac{d + 1}{d}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto] PDF: &amp;lt;math&amp;gt; \frac {kx^k_m} {x^{k+1}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Non-Central Student T] PDF: &amp;lt;math&amp;gt; f(t)=\frac{\nu^{\nu/2}e^{-\nu\mu^2/2(t^2+\nu)}} {\sqrt{\pi}\Gamma(\nu/2)2^{(\nu-1)/2}(t^2+\nu)^{(\nu+1)/2}} \times\int\limits_0^\infty x^\nu\exp\left[-\frac{1}{2}\left(x-\frac{\mu t}{\sqrt{t^2+\nu}}\right)^2\right]dx &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ArcSine_Distribution.html ArcSine] PDF: &amp;lt;math&amp;gt; f(x) = \frac{1}{\pi \sqrt{x(1-x)}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Circle_Distribution.html Circle] PDF: &amp;lt;math&amp;gt; f(x)={2\sqrt{r^2 - x^2}\over \pi r^2 }, \forall x \in [-r , r] &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/UQuadratic_Distribution.html U-Quadratic] PDF: &amp;lt;math&amp;gt;\alpha \left ( x - \beta \right )^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform] PDF: &amp;lt;math&amp;gt;U(0,1) = f(x) = \begin{cases} {1} \mbox{ for } 0 \le x \le 1 \\ 0 \mbox{ for } x &amp;lt; 0 \mbox{ or } x &amp;gt; 1 \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf]: &amp;lt;math&amp;gt;\frac{1/k^s}{H_{N,s}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Arcsine Transformation]: &amp;lt;math&amp;gt; \alpha = \beta = \frac{1}{2} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Noncentral Student's T to Normal Transformation]: &amp;lt;math&amp;gt; Z=\lim_{\nu\to\infty}T &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Noncentral Student's T to Student's T Transformation]: &amp;lt;math&amp;gt; \mu = 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Pareto Transformation]: &amp;lt;math&amp;gt; \lambda X ^{-1/K} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Benford Transformation]: &amp;lt;math&amp;gt; 10^X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Exponential Transformation]: &amp;lt;math&amp;gt; n(1-X_{(n)}), n -&amp;gt; \infty &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Log Logistic Transformation]: &amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/k} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Standard Triangular Transformation]: &amp;lt;math&amp;gt; X_1 - X_2&amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Logistic Exponential Transformation]: &amp;lt;math&amp;gt; \frac{log[1+(\frac{X}{1-X})^{1/K}]}{\lambda} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Beta Transformation]:  If X has a standard uniform distribution, &amp;lt;math&amp;gt; Y = 1 - X^{1/n} \ &amp;lt;/math&amp;gt; has a beta distribution&lt;br /&gt;
&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Standard Uniform Transformation]: &amp;lt;math&amp;gt; \beta = \gamma = 1 &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform to Standard Uniform Transformation]: &amp;lt;math&amp;gt; a = 0, b = 1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto to Exponential]: &amp;lt;math&amp;gt; log(X/\lambda) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic Exponential to Exponential]: &amp;lt;math&amp;gt; \beta = 1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf to Discrete Uniform]: &amp;lt;math&amp;gt; a = 0, a = 1, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform to Rectangular]: &amp;lt;math&amp;gt; a = 0, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson_Distribution.html Poisson to Normal]: &amp;lt;math&amp;gt; \sigma ^2 = \mu , \mu \to \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial to Poisson]: &amp;lt;math&amp;gt; \mu = np, \mu \to \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8401</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8401"/>
		<updated>2008-11-25T09:43:21Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic] PDF: &amp;lt;math&amp;gt; f(x;u,s) = \frac{e^{-(x-\mu)/s}} {s(1+e^{-(x-\mu)/s})^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic-Exponential] PDF: &amp;lt;math&amp;gt; f(x;\beta) = \frac { \beta e^x(e^x - 1)^{\beta-1}} {(1+(e^x-1)^\beta))^2} \mbox{   }\mbox{   }x, \beta &amp;gt; 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/PowerFunction_Distribution.html Power Function] PDF: &amp;lt;math&amp;gt; f(x) = \frac {\alpha(x-a)^{\alpha-1}} {(b-a)^\alpha} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Benford_Distribution.html Benford's Law]: &amp;lt;math&amp;gt; P(d) = \log_b(d + 1)- \log_b(d) = \log_b(\frac{d + 1}{d}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto] PDF: &amp;lt;math&amp;gt; \frac {kx^k_m} {x^{k+1}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Non-Central Student T] PDF: &amp;lt;math&amp;gt; f(t)=\frac{\nu^{\nu/2}e^{-\nu\mu^2/2(t^2+\nu)}} {\sqrt{\pi}\Gamma(\nu/2)2^{(\nu-1)/2}(t^2+\nu)^{(\nu+1)/2}} \times\int\limits_0^\infty x^\nu\exp\left[-\frac{1}{2}\left(x-\frac{\mu t}{\sqrt{t^2+\nu}}\right)^2\right]dx &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ArcSine_Distribution.html ArcSine] PDF: &amp;lt;math&amp;gt; f(x) = \frac{1}{\pi \sqrt{x(1-x)}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Circle_Distribution.html Circle] PDF: &amp;lt;math&amp;gt; f(x)={2\sqrt{r^2 - x^2}\over \pi r^2 }, \forall x \in [-r , r] &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/UQuadratic_Distribution.html U-Quadratic] PDF: &amp;lt;math&amp;gt;\alpha \left ( x - \beta \right )^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform] PDF: &amp;lt;math&amp;gt;U(0,1) = f(x) = \begin{cases} {1} \mbox{ for } 0 \le x \le 1 \\ 0 \mbox{ for } x &amp;lt; 0 \mbox{ or } x &amp;gt; 1 \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Arcsine Transformation]: &amp;lt;math&amp;gt; \alpha = \beta = \frac{1}{2} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Noncentral Student's T to Normal Transformation]: &amp;lt;math&amp;gt; Z=\lim_{\nu\to\infty}T &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Noncentral Student's T to Student's T Transformation]: &amp;lt;math&amp;gt; \mu = 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Pareto Transformation]: &amp;lt;math&amp;gt; \lambda X ^{-1/K} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Benford Transformation]: &amp;lt;math&amp;gt; 10^X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Exponential Transformation]: &amp;lt;math&amp;gt; n(1-X_{(n)}), n -&amp;gt; \infty &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Log Logistic Transformation]: &amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/k} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Standard Triangular Transformation]: &amp;lt;math&amp;gt; X_1 - X_2&amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Logistic Exponential Transformation]: &amp;lt;math&amp;gt; \frac{log[1+(\frac{X}{1-X})^{1/K}]}{\lambda} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Beta Transformation]:  If X has a standard uniform distribution, &amp;lt;math&amp;gt; Y = 1 - X^{1/n} \ &amp;lt;/math&amp;gt; has a beta distribution&lt;br /&gt;
&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Standard Uniform Transformation]: &amp;lt;math&amp;gt; \beta = \gamma = 1 &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform to Standard Uniform Transformation]: &amp;lt;math&amp;gt; a = 0, b = 1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto to Exponential]: &amp;lt;math&amp;gt; log(X/\lambda) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic Exponential to Exponential]: &amp;lt;math&amp;gt; \beta = 1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf to Discrete Uniform]: &amp;lt;math&amp;gt; a = 0, a = 1, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform to Rectangular]: &amp;lt;math&amp;gt; a = 0, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson_Distribution.html Poisson to Normal]: &amp;lt;math&amp;gt; \sigma ^2 = \mu , \mu \to \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial to Poisson]: &amp;lt;math&amp;gt; \mu = np, \mu \to \infty &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8394</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8394"/>
		<updated>2008-11-25T06:53:06Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic] PDF: &amp;lt;math&amp;gt; f(x;u,s) = \frac{e^{-(x-\mu)/s}} {s(1+e^{-(x-\mu)/s})^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic-Exponential] PDF: &amp;lt;math&amp;gt; f(x;\beta) = \frac { \beta e^x(e^x - 1)^{\beta-1}} {(1+(e^x-1)^\beta))^2} \mbox{   }\mbox{   }x, \beta &amp;gt; 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/PowerFunction_Distribution.html Power Function] PDF: &amp;lt;math&amp;gt; f(x) = \frac {\alpha(x-a)^{\alpha-1}} {(b-a)^\alpha} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Benford_Distribution.html Benford's Law]: &amp;lt;math&amp;gt; P(d) = \log_b(d + 1)- \log_b(d) = \log_b(\frac{d + 1}{d}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto] PDF: &amp;lt;math&amp;gt; \frac {kx^k_m} {x^{k+1}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Non-Central Student T] PDF: &amp;lt;math&amp;gt; f(t)=\frac{\nu^{\nu/2}e^{-\nu\mu^2/2(t^2+\nu)}} {\sqrt{\pi}\Gamma(\nu/2)2^{(\nu-1)/2}(t^2+\nu)^{(\nu+1)/2}} \times\int\limits_0^\infty x^\nu\exp\left[-\frac{1}{2}\left(x-\frac{\mu t}{\sqrt{t^2+\nu}}\right)^2\right]dx &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ArcSine_Distribution.html ArcSine] PDF: &amp;lt;math&amp;gt; f(x) = \frac{1}{\pi \sqrt{x(1-x)}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Circle_Distribution.html Circle] PDF: &amp;lt;math&amp;gt; f(x)={2\sqrt{r^2 - x^2}\over \pi r^2 }, \forall x \in [-r , r] &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/UQuadratic_Distribution.html U-Quadratic] PDF: &amp;lt;math&amp;gt;\alpha \left ( x - \beta \right )^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform] PDF: &amp;lt;math&amp;gt;U(0,1) = f(x) = \begin{cases} {1} \mbox{ for } 0 \le x \le 1 \\ 0 \mbox{ for } x &amp;lt; 0 \mbox{ or } x &amp;gt; 1 \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Arcsine Transformation]: &amp;lt;math&amp;gt; \alpha = \beta = \frac{1}{2} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Noncentral Student's T to Normal Transformation]: &amp;lt;math&amp;gt; Z=\lim_{\nu\to\infty}T &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Noncentral Student's T to Student's T Transformation]: &amp;lt;math&amp;gt; \mu = 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Pareto Transformation]: &amp;lt;math&amp;gt; \lambda X ^{-1/K} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Benford Transformation]: &amp;lt;math&amp;gt; 10^X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Exponential Transformation]: &amp;lt;math&amp;gt; n(1-X_{(n)}), n -&amp;gt; \infty &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Log Logistic Transformation]: &amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/k} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Standard Triangular Transformation]: &amp;lt;math&amp;gt; X_1 - X_2&amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Logistic Exponential Transformation]: &amp;lt;math&amp;gt; \frac{log[1+(\frac{X}{1-X})^{1/K}]}{\lambda} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Beta Transformation]:  If X has a standard uniform distribution, &amp;lt;math&amp;gt; Y = 1 - X^{1/n} \ &amp;lt;/math&amp;gt; has a beta distribution&lt;br /&gt;
&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Standard Uniform Transformation]: &amp;lt;math&amp;gt; \beta = \gamma = 1 &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform to Standard Uniform Transformation]: &amp;lt;math&amp;gt; a = 0, b = 1 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto to Exponential]: &amp;lt;math&amp;gt; log(X/\lambda) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic Exponential to Exponential]: &amp;lt;math&amp;gt; \beta = 1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf to Discrete Uniform]: &amp;lt;math&amp;gt; a = 0, a = 1, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform to Rectangular]: &amp;lt;math&amp;gt; a = 0, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8392</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8392"/>
		<updated>2008-11-25T05:34:52Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic] PDF: &amp;lt;math&amp;gt; f(x;u,s) = \frac{e^{-(x-\mu)/s}} {s(1+e^{-(x-\mu)/s})^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic-Exponential] PDF: &amp;lt;math&amp;gt; f(x;\beta) = \frac { \beta e^x(e^x - 1)^{\beta-1}} {(1+(e^x-1)^\beta))^2} \mbox{   }\mbox{   }x, \beta &amp;gt; 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/PowerFunction_Distribution.html Power Function] PDF: &amp;lt;math&amp;gt; f(x) = \frac {\alpha(x-a)^{\alpha-1}} {(b-a)^\alpha} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Benford_Distribution.html Benford's Law]: &amp;lt;math&amp;gt; P(d) = \log_b(d + 1)- \log_b(d) = \log_b(\frac{d + 1}{d}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto] PDF: &amp;lt;math&amp;gt; \frac {kx^k_m} {x^{k+1}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Non-Central Student T] PDF: &amp;lt;math&amp;gt; f(t)=\frac{\nu^{\nu/2}e^{-\nu\mu^2/2(t^2+\nu)}} {\sqrt{\pi}\Gamma(\nu/2)2^{(\nu-1)/2}(t^2+\nu)^{(\nu+1)/2}} \times\int\limits_0^\infty x^\nu\exp\left[-\frac{1}{2}\left(x-\frac{\mu t}{\sqrt{t^2+\nu}}\right)^2\right]dx &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ArcSine_Distribution.html ArcSine] PDF: &amp;lt;math&amp;gt; f(x) = \frac{1}{\pi \sqrt{x(1-x)}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Circle_Distribution.html Circle] PDF: &amp;lt;math&amp;gt; f(x)={2\sqrt{r^2 - x^2}\over \pi r^2 }, \forall x \in [-r , r] &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/UQuadratic_Distribution.html U-Quadratic] PDF: &amp;lt;math&amp;gt;\alpha \left ( x - \beta \right )^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform] PDF: &amp;lt;math&amp;gt;U(0,1) = f(x) = \begin{cases} {1} \mbox{ for } 0 \le x \le 1 \\ 0 \mbox{ for } x &amp;lt; 0 \mbox{ or } x &amp;gt; 1 \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Arcsine Transformation]: &amp;lt;math&amp;gt; \alpha = \beta = \frac{1}{2} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Noncentral Student's T to Normal]: &amp;lt;math&amp;gt; Z=\lim_{\nu\to\infty}T &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Noncentral Student's T to Student's T]: &amp;lt;math&amp;gt; \mu = 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Pareto]: &amp;lt;math&amp;gt; \lambda X ^{-1/K} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Benford]: &amp;lt;math&amp;gt; 10^X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto to Exponential]: &amp;lt;math&amp;gt; log(X/\lambda) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic Exponential to Exponential]: &amp;lt;math&amp;gt; \beta = 1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf to Discrete Uniform]: &amp;lt;math&amp;gt; a = 0, a = 1, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform to Rectangular]: &amp;lt;math&amp;gt; a = 0, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8321</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8321"/>
		<updated>2008-11-18T10:34:46Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic] PDF: &amp;lt;math&amp;gt; f(x;u,s) = \frac{e^{-(x-\mu)/s}} {s(1+e^{-(x-\mu)/s})^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic-Exponential] PDF: &amp;lt;math&amp;gt; f(x;\beta) = \frac { \beta e^x(e^x - 1)^{\beta-1}} {(1+(e^x-1)^\beta))^2} \mbox{   }\mbox{   }x, \beta &amp;gt; 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/PowerFunction_Distribution.html Power Function] PDF: &amp;lt;math&amp;gt; f(x) = \frac {\alpha(x-a)^{\alpha-1}} {(b-a)^\alpha} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Benford_Distribution.html Benford's Law]: &amp;lt;math&amp;gt; P(d) = \log_b(d + 1)- \log_b(d) = \log_b(\frac{d + 1}{d}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto] PDF: &amp;lt;math&amp;gt; \frac {kx^k_m} {x^{k+1}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Non-Central Student T] PDF: &amp;lt;math&amp;gt; f(t)=\frac{\nu^{\nu/2}e^{-\nu\mu^2/2(t^2+\nu)}} {\sqrt{\pi}\Gamma(\nu/2)2^{(\nu-1)/2}(t^2+\nu)^{(\nu+1)/2}} \times\int\limits_0^\infty x^\nu\exp\left[-\frac{1}{2}\left(x-\frac{\mu t}{\sqrt{t^2+\nu}}\right)^2\right]dx &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ArcSine_Distribution.html ArcSine] PDF: &amp;lt;math&amp;gt; f(x) = \frac{1}{\pi \sqrt{x(1-x)}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Circle_Distribution.html Circle] PDF: &amp;lt;math&amp;gt; f(x)={2\sqrt{r^2 - x^2}\over \pi r^2 }, \forall x \in [-r , r] &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/UQuadratic_Distribution.html U-Quadratic] PDF: &amp;lt;math&amp;gt;\alpha \left ( x - \beta \right )^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Arcsine Transformation]: &amp;lt;math&amp;gt; \alpha = \beta = \frac{1}{2} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Noncentral Student's T to Normal]: &amp;lt;math&amp;gt; Z=\lim_{\nu\to\infty}T &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Noncentral Student's T to Student's T]: &amp;lt;math&amp;gt; \mu = 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Pareto]: &amp;lt;math&amp;gt; \lambda X ^{-1/K} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Benford]: &amp;lt;math&amp;gt; 10^X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto to Exponential]: &amp;lt;math&amp;gt; log(X/\lambda) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic Exponential to Exponential]: &amp;lt;math&amp;gt; \beta = 1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf to Discrete Uniform]: &amp;lt;math&amp;gt; a = 0, a = 1, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform to Rectangular]: &amp;lt;math&amp;gt; a = 0, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8320</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8320"/>
		<updated>2008-11-18T10:32:54Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic] PDF: &amp;lt;math&amp;gt; f(x;u,s) = \frac{e^{-(x-\mu)/s}} {s(1+e^{-(x-\mu)/s})^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic-Exponential] PDF: &amp;lt;math&amp;gt; f(x;\beta) = \frac { \beta e^x(e^x - 1)^{\beta-1}} {(1+(e^x-1)^\beta))^2} \mbox{   }\mbox{   }x, \beta &amp;gt; 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/PowerFunction_Distribution.html Power Function] PDF: &amp;lt;math&amp;gt; f(x) = \frac {\alpha(x-a)^{\alpha-1}} {(b-a)^\alpha} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Benford_Distribution.html Benford's Law]: &amp;lt;math&amp;gt; P(d) = \log_b(d + 1)- \log_b(d) = \log_b(\frac{d + 1}{d}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto] PDF: &amp;lt;math&amp;gt; \frac {kx^k_m} {x^{k+1}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Non-Central Student T] PDF: &amp;lt;math&amp;gt; f(t)=\frac{\nu^{\nu/2}e^{-\nu\mu^2/2(t^2+\nu)}} {\sqrt{\pi}\Gamma(\nu/2)2^{(\nu-1)/2}(t^2+\nu)^{(\nu+1)/2}} \times\int\limits_0^\infty x^\nu\exp\left[-\frac{1}{2}\left(x-\frac{\mu t}{\sqrt{t^2+\nu}}\right)^2\right]dx &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ArcSine_Distribution.html ArcSine] PDF: &amp;lt;math&amp;gt; f(x) = \frac{1}{\pi \sqrt{x(1-x)}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Circle_Distribution.html Circle] PDF: &amp;lt;math&amp;gt; f(x)={2\sqrt{r^2 - x^2}\over \pi r^2 }, \forall x \in [-r , r] &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/UQuadratic_Distribution.html U-Quadratic] PDF: &amp;lt;math&amp;gt;\alpha \left ( x - \beta \right )^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Arcsine Transformation]: &amp;lt;math&amp;gt; \alpha = \beta = \frac{1}{2} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Noncentral Student's T to Normal]: &amp;lt;math&amp;gt; Z=\lim_{\nu\to\infty}T &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Noncentral Student's T to Student's T]: &amp;lt;math&amp;gt; \mu = 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Pareto]: &amp;lt;math&amp;gt; \lambda X ^{-1/K} \&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Benford]: &amp;lt;math&amp;gt; 10^X \&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto to Exponential]: &amp;lt;math&amp;gt; log(X/\lambda) \&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic Exponential to Exponential]: &amp;lt;math&amp;gt; \beta = 1 \&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf to Discrete Uniform]: &amp;lt;math&amp;gt; a = 0, a = 1, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform to Rectangular]: &amp;lt;math&amp;gt; a = 0, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8319</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8319"/>
		<updated>2008-11-18T10:16:22Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic] PDF: &amp;lt;math&amp;gt; f(x;u,s) = \frac{e^{-(x-\mu)/s}} {s(1+e^{-(x-\mu)/s})^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic-Exponential] PDF: &amp;lt;math&amp;gt; f(x;\beta) = \frac { \beta e^x(e^x - 1)^{\beta-1}} {(1+(e^x-1)^\beta))^2} \mbox{   }\mbox{   }x, \beta &amp;gt; 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/PowerFunction_Distribution.html Power Function] PDF: &amp;lt;math&amp;gt; f(x) = \frac {\alpha(x-a)^{\alpha-1}} {(b-a)^\alpha} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Benford_Distribution.html Benford's Law]: &amp;lt;math&amp;gt; P(d) = \log_b(d + 1)- \log_b(d) = \log_b(\frac{d + 1}{d}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto] PDF: &amp;lt;math&amp;gt; \frac {kx^k_m} {x^{k+1}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Non-Central Student T] PDF: &amp;lt;math&amp;gt; f(t)=\frac{\nu^{\nu/2}e^{-\nu\mu^2/2(t^2+\nu)}} {\sqrt{\pi}\Gamma(\nu/2)2^{(\nu-1)/2}(t^2+\nu)^{(\nu+1)/2}} \times\int\limits_0^\infty x^\nu\exp\left[-\frac{1}{2}\left(x-\frac{\mu t}{\sqrt{t^2+\nu}}\right)^2\right]dx &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ArcSine_Distribution.html ArcSine] PDF: &amp;lt;math&amp;gt; f(x) = \frac{1}{\pi \sqrt{x(1-x)}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Circle_Distribution.html Circle] PDF: &amp;lt;math&amp;gt; f(x)={2\sqrt{r^2 - x^2}\over \pi r^2 }, \forall x \in [-r , r] &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/UQuadratic_Distribution.html U-Quadratic] PDF: &amp;lt;math&amp;gt;\alpha \left ( x - \beta \right )^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta to Arcsine Transformation]: &amp;lt;math&amp;gt; \alpha = \beta = \frac{1}{2} &amp;lt;/math&amp;gt; &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Noncentral Student's T to Normal]: &amp;lt;math&amp;gt; Z=\lim_{\nu\to\infty}T &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Noncentral Student's T to Student's T]: &amp;lt;math&amp;gt; \mu = 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Pareto]: &amp;lt;math&amp;gt; \lambda X ^{-1/K} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard Uniform to Benford]: &amp;lt;math&amp;gt; 10^X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto to Exponential]: &amp;lt;math&amp;gt; log(X/\lambda) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic Exponential to Exponential]: &amp;lt;math&amp;gt; \beta = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ZipfMandelbrot_Distribution.html Zipf to Discrete Uniform]: &amp;lt;math&amp;gt; a = 0, a = 1, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform to Rectangular]: &amp;lt;math&amp;gt; a = 0, b = n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8272</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8272"/>
		<updated>2008-11-12T10:17:15Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic] PDF: &amp;lt;math&amp;gt; f(x;u,s) = \frac{e^{-(x-\mu)/s}} {s(1+e^{-(x-\mu)/s})^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogisticExponential_Distribution.html Logistic-Exponential] PDF: &amp;lt;math&amp;gt; f(x;\beta) = \frac { \beta e^x(e^x - 1)^{\beta-1}} {(1+(e^x-1)^\beta))^2} \mbox{   }\mbox{   }x, \beta &amp;gt; 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/PowerFunction_Distribution.html Power Function] PDF: &amp;lt;math&amp;gt; f(x) = \frac {\alpha(x-a)^{\alpha-1}} {(b-a)^\alpha} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Benford_Distribution.html Benford's Law]: &amp;lt;math&amp;gt; P(d) = \log_b(d + 1)- \log_b(d) = \log_b(\frac{d + 1}{d}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Pareto] PDF: &amp;lt;math&amp;gt; \frac {kx^k_m} {x^{k+1}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Non-Central Student T] PDF: &amp;lt;math&amp;gt; f(t)=\frac{\nu^{\nu/2}e^{-\nu\mu^2/2(t^2+\nu)}} {\sqrt{\pi}\Gamma(\nu/2)2^{(\nu-1)/2}(t^2+\nu)^{(\nu+1)/2}} \times\int\limits_0^\infty x^\nu\exp\left[-\frac{1}{2}\left(x-\frac{\mu t}{\sqrt{t^2+\nu}}\right)^2\right]dx &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ArcSine_Distribution.html ArcSine] PDF: &amp;lt;math&amp;gt; f(x) = \frac{1}{\pi \sqrt{x(1-x)}} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Circle_Distribution.html Circle] PDF: &amp;lt;math&amp;gt; f(x)={2\sqrt{r^2 - x^2}\over \pi r^2 }, \forall x \in [-r , r] &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/UQuadratic_Distribution.html U-Quadratic] PDF: &amp;lt;math&amp;gt;\alpha \left ( x - \beta \right )^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8203</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8203"/>
		<updated>2008-10-28T08:24:25Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform Distribution] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform Distribution] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic Distribution] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic Distribution] PDF: &amp;lt;math&amp;gt; f(x;u,s) = \frac{e^{-(x-\mu)/s}} {s(1+e^{-(x-\mu)/s})^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8202</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8202"/>
		<updated>2008-10-28T08:11:07Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Continuous Uniform Distribution] PDF: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{1}{b-a} \mbox{ for } a \le x \le b \\ 0 \mbox{ for } x &amp;lt; a \mbox{ or } x &amp;gt; b \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/DiscreteUniform_Distribution.html Discrete Uniform Distribution] PMF: &amp;lt;math&amp;gt; f(x) = \begin{cases} 1/n \mbox{ for } a \le x \le b, \\  0 \mbox{ otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogarithmicSeries_Distribution.html Logarithmic Distribution] PDF: &amp;lt;math&amp;gt; f(k) = \frac{-1}{ln(1-p)} \frac{p^k}{k}  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Logistic Distribution] PDF:&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8201</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8201"/>
		<updated>2008-10-28T05:58:39Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF:&amp;lt;math&amp;gt; f(k;p) \begin{cases} \mbox{p if k = 1,} \\&lt;br /&gt;
 \mbox{1 - p if k = 0,} \\&lt;br /&gt;
 \mbox{0 otherwise} \end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8171</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8171"/>
		<updated>2008-10-21T11:03:39Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Exponential to Laplace Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8170</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8170"/>
		<updated>2008-10-21T11:02:47Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8169</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8169"/>
		<updated>2008-10-21T11:01:06Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt; x_1 - x_2 \&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8168</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8168"/>
		<updated>2008-10-21T11:00:14Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt; X_1 - X_2 \&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8167</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8167"/>
		<updated>2008-10-21T10:45:19Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8166</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8166"/>
		<updated>2008-10-21T10:42:10Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt; n = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace to Exponential Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} \begin{vmatrix} X \end{vmatrix} \\ \alpha_1 = \alpha_2 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8165</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8165"/>
		<updated>2008-10-21T10:31:58Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt; n = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/NegativeBinomial_distribution Negative Binomial to Geometric Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} r = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Exponential Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} k = 1 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang to Chi-Square Transformation]: &amp;lt;math&amp;gt; \begin{pmatrix} \alpha = 2 \end{pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8164</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8164"/>
		<updated>2008-10-21T10:08:18Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt; n = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8163</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8163"/>
		<updated>2008-10-21T10:07:51Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, \\ p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} 1-p \end{pmatrix} ^{k-1}p  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt; n = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8162</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8162"/>
		<updated>2008-10-21T09:59:04Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/NegativeBinomial_Distribution.html Negative Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} k + r - 1 \\ k \end{pmatrix} p^r(1-p)^k &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html Geometric] PMF: &amp;lt;math&amp;gt; (1-p)^{k-1}p &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Erlang] PDF: &amp;lt;math&amp;gt; \frac {\lambda x^{k-1}e^{-\lambda x}} {(k-1)!} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Laplace] PDF: &amp;lt;math&amp;gt; \frac {1}{2b} \exp (- \frac{|x-\mu|}{b}) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt; n = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8161</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8161"/>
		<updated>2008-10-21T09:15:13Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt; n = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8160</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8160"/>
		<updated>2008-10-21T09:04:38Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli]: &amp;lt;math&amp;gt; n = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Normal]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8159</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8159"/>
		<updated>2008-10-21T08:35:47Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PMF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html Binomial] PMF: &amp;lt;math&amp;gt; \begin{pmatrix} n  \\ k \end{pmatrix} p^k (1-p)^{n-k}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli]: &amp;lt;math&amp;gt; n = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8158</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8158"/>
		<updated>2008-10-21T08:16:31Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PDF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli]: &amp;lt;math&amp;gt; n = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8157</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8157"/>
		<updated>2008-10-21T07:43:30Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli] PDF: &amp;lt;math&amp;gt; q = (1 - p) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 0, p &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt; k = 1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8156</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8156"/>
		<updated>2008-10-21T06:41:00Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Transformations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8155</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8155"/>
		<updated>2008-10-21T06:08:58Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) } &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8154</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=8154"/>
		<updated>2008-10-21T06:07:53Z</updated>

		<summary type="html">&lt;p&gt;Jczhang: /* Probability Density Functions (PDFs) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This [[Main_Page | SOCR Wiki]] page contains a number of formulas, mathematical expressions and symbolic representations that are used in varieties of SOCR resources. Usage is defined as a reference by image, text, TeX, URL, etc. For instance the [http://socr.ucla.edu/htmls/SOCR_Distributome.html SOCR Distributome project] uses these formulas to represent PDFs, CDFs, transformations, etc.&lt;br /&gt;
&lt;br /&gt;
==Probability Density Functions (PDFs)==&lt;br /&gt;
&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Std |Standard Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{-x^2} \over \sqrt{2 \pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob |General Normal]] PDF: &amp;lt;math&amp;gt;f(x)= {e^{{-(x-\mu)^2} \over 2\sigma^2} \over \sqrt{2 \pi\sigma^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi-square_distribution Chi-Square] PDF: &amp;lt;math&amp;gt;\frac{(1/2)^{k/2}}{\Gamma(k/2)} x^{k/2 - 1} e^{-x/2}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma] PDF: &amp;lt;math&amp;gt;x^{k-1} \frac{\exp{\left(-x/\theta\right)}}{\Gamma(k)\,\theta^k}\,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_distribution Beta] PDF: &amp;lt;math&amp;gt; \frac{\Gamma(\alpha+\beta)}{\Gamma(\alpha)\Gamma(\beta)}\, x^{\alpha-1}(1-x)^{\beta-1}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T] PDF: &amp;lt;math&amp;gt;\frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{x^2}{\nu} \right)^{-(\frac{\nu+1}{2})}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Distrib_Poisson | Poisson]] PDF: &amp;lt;math&amp;gt;\frac{e^{-\lambda} \lambda^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Chi_distribution Chi] PDF: &amp;lt;math&amp;gt;\frac{2^{1-k/2}x^{k-1}e^{-x^2/2}}{\Gamma(k/2)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy] PDF: &amp;lt;math&amp;gt;\frac{1}{\pi\gamma \left[1 + \left(\frac{x-x_0}{\gamma}\right)^2\right]}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Exponential_distribution Exponential] PDF: &amp;lt;math&amp;gt;&lt;br /&gt;
\lambda e^{-\lambda x},\; x \ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html F Distribution] PDF: &amp;lt;math&amp;gt; \frac {(\frac {d_1 x}{d_1 x + d_2})^{ d_1/2} ( 1 - \frac {d_1 x} {d_1 x + d2}) ^ {d_2/2}} { xB(d_1/2 , d_2/2) }&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* SOCR Home page: http://www.socr.ucla.edu&lt;br /&gt;
&lt;br /&gt;
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=Formulas}}&lt;/div&gt;</summary>
		<author><name>Jczhang</name></author>
		
	</entry>
</feed>