<?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=Shelley+zhouyuhao</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=Shelley+zhouyuhao"/>
	<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php/Special:Contributions/Shelley_zhouyuhao"/>
	<updated>2026-06-03T22:01:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.6</generator>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10132</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10132"/>
		<updated>2010-05-14T02:13:55Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pacal Gamma Poisson to Pascal]: &amp;lt;math&amp;gt; \alpha=(1-p)/p, \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_Poisson Poisson to Gamma Poisson]: &amp;lt;math&amp;gt; \mu \sim gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangular Discrete uniform to Rectangular]: &amp;lt;math&amp;gt; a=0, b=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangualr beta binomial to rectangular]: &amp;lt;math&amp;gt; a=b=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Negative_hypergeometric beta binomial to negative hypergeometric]: &amp;lt;math&amp;gt; n=n_1, a=n_2, b=n_3 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Zeta Zipf to Zeta]: &amp;lt;math&amp;gt; n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Logarithm Power series to Logarithm]: &amp;lt;math&amp;gt; A(c)=-log(1-c)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson Power series to Poisson]: &amp;lt;math&amp;gt; A(c)=e^c, \mu=c\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_Pascal Pascal to Beta pascal]: &amp;lt;math&amp;gt; p\sim beta\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson pascal to poisson]: &amp;lt;math&amp;gt; \mu=n/p, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_binomial binomial to beta binomial]: &amp;lt;math&amp;gt; p\sim beta, \mu=np, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial negative hypergeometric to binomial]: &amp;lt;math&amp;gt; p=n_1/n_3, n_3\to\infty, n_1\to\infty,n_2=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial Polya to Binomial]: &amp;lt;math&amp;gt; \beta=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric Pascal to geometric]: &amp;lt;math&amp;gt; n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal geometric to pascal]: &amp;lt;math&amp;gt; \sum{X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric discrete weibull to geometric]: &amp;lt;math&amp;gt; \beta=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal pascal to normal]: &amp;lt;math&amp;gt; \mu=n(1-p), n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/standard_normal normal to standard normal]: &amp;lt;math&amp;gt; \mu=0, \sigma=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Noncentral_chi-square normal to noncentral_chi-square]: &amp;lt;math&amp;gt; \sum{X_i^2/{\sigma}^2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted \ gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Noncentral chi-square to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Log gamma]:&amp;lt;math&amp;gt; log X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Generalized gamma to Log normal]:&amp;lt;math&amp;gt; \beta \to &lt;br /&gt;
\infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Generalized gamma to Gamma]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGaussian_Distribution.html Inverse Gaussian to Standard Wald]:&amp;lt;math&amp;gt; \mu=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Inverse Gaussian to Chi-square]:&amp;lt;math&amp;gt; \lambda(X-\mu)^2/(\mu^2 X)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Chi_Distribution.html Chi-square to Chi]:&amp;lt;math&amp;gt; \sqrt{X}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Chi-square to F]:&amp;lt;math&amp;gt; \frac{X_1/n_1}{X_2/n_2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html F to Chi-square]:&amp;lt;math&amp;gt; n_1 X, n_2 \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Exponential to Chi-square]:&amp;lt;math&amp;gt; (iid) \frac{2}{\alpha} \sum {X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Chi-square to Exponential]:&amp;lt;math&amp;gt; \alpha=2, n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Chi-square to Erlang]:&amp;lt;math&amp;gt; n \ even\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Gamma to Chi-square]:&amp;lt;math&amp;gt; n=2\beta, \alpha=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Beta to Standard Uniform]:&amp;lt;math&amp;gt; \beta=\gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Gamma to Erlang]:&amp;lt;math&amp;gt; \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Inverted Beta]:&amp;lt;math&amp;gt; X_1/X_2, \alpha=1  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Distribution.html Beta to Inverted Beta]:&amp;lt;math&amp;gt; \frac{X}{1-X} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Cauchy to Arctangent]:&amp;lt;math&amp;gt; zero \ truncate \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Hypoexponential to Erlang]:&amp;lt;math&amp;gt; \vec \alpha=\alpha \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Exponential to Hypoexponential]:&amp;lt;math&amp;gt; \sum X_i\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Erlang to Exponential]:&amp;lt;math&amp;gt; n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gompertz_Distribution.html Makeham to Gompertz]:&amp;lt;math&amp;gt; \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StudentT_Distribution.html Doubly noncentral t to Noncentral t]:&amp;lt;math&amp;gt; \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Exponential to F]:&amp;lt;math&amp;gt; \alpha=1, X_1/X_2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Noncentral F to F]:&amp;lt;math&amp;gt; \delta \to 0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Exponential to Hyperexponential]:&amp;lt;math&amp;gt; Mixture\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Hyperexponential to Exponential]:&amp;lt;math&amp;gt; \vec \alpha=\alpha \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html IDB to Exponential]:&amp;lt;math&amp;gt;\delta=\kappa \to 0, \alpha=1/ \gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Exponential to Rayleigh]:&amp;lt;math&amp;gt; X^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Weibull to Exponential]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Exponential to Weibull]:&amp;lt;math&amp;gt; X^{1/\beta}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Muth to Exponential]:&amp;lt;math&amp;gt; \alpha=1, \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gompertz_Distribution.html Standard uniform to Gompertz]:&amp;lt;math&amp;gt; \frac{log[1-(log X)(log \kappa)/\delta]}{log \kappa}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ContinuousUniform_Distribution.html Standard uniform to Exponential Power]:&amp;lt;math&amp;gt; [log(1-log(1-X))/\gamma]^{1/\kappa}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Laplace_Distribution.html Error to Laplace]:&amp;lt;math&amp;gt; a=0, b=\alpha/2, c=2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error_Distribution.html Laplace to Error]:&amp;lt;math&amp;gt; \alpha_1=\alpha_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10131</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10131"/>
		<updated>2010-05-14T02:01:33Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pacal Gamma Poisson to Pascal]: &amp;lt;math&amp;gt; \alpha=(1-p)/p, \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_Poisson Poisson to Gamma Poisson]: &amp;lt;math&amp;gt; \mu \sim gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangular Discrete uniform to Rectangular]: &amp;lt;math&amp;gt; a=0, b=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangualr beta binomial to rectangular]: &amp;lt;math&amp;gt; a=b=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Negative_hypergeometric beta binomial to negative hypergeometric]: &amp;lt;math&amp;gt; n=n_1, a=n_2, b=n_3 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Zeta Zipf to Zeta]: &amp;lt;math&amp;gt; n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Logarithm Power series to Logarithm]: &amp;lt;math&amp;gt; A(c)=-log(1-c)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson Power series to Poisson]: &amp;lt;math&amp;gt; A(c)=e^c, \mu=c\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_Pascal Pascal to Beta pascal]: &amp;lt;math&amp;gt; p\sim beta\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson pascal to poisson]: &amp;lt;math&amp;gt; \mu=n/p, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_binomial binomial to beta binomial]: &amp;lt;math&amp;gt; p\sim beta, \mu=np, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial negative hypergeometric to binomial]: &amp;lt;math&amp;gt; p=n_1/n_3, n_3\to\infty, n_1\to\infty,n_2=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial Polya to Binomial]: &amp;lt;math&amp;gt; \beta=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric Pascal to geometric]: &amp;lt;math&amp;gt; n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal geometric to pascal]: &amp;lt;math&amp;gt; \sum{X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric discrete weibull to geometric]: &amp;lt;math&amp;gt; \beta=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal pascal to normal]: &amp;lt;math&amp;gt; \mu=n(1-p), n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/standard_normal normal to standard normal]: &amp;lt;math&amp;gt; \mu=0, \sigma=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Noncentral_chi-square normal to noncentral_chi-square]: &amp;lt;math&amp;gt; \sum{X_i^2/{\sigma}^2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted \ gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Noncentral chi-square to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Log gamma]:&amp;lt;math&amp;gt; log X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Generalized gamma to Log normal]:&amp;lt;math&amp;gt; \beta \to &lt;br /&gt;
\infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Generalized gamma to Gamma]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGaussian_Distribution.html Inverse Gaussian to Standard Wald]:&amp;lt;math&amp;gt; \mu=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Inverse Gaussian to Chi-square]:&amp;lt;math&amp;gt; \lambda(X-\mu)^2/(\mu^2 X)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Chi_Distribution.html Chi-square to Chi]:&amp;lt;math&amp;gt; \sqrt{X}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Chi-square to F]:&amp;lt;math&amp;gt; \frac{X_1/n_1}{X_2/n_2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html F to Chi-square]:&amp;lt;math&amp;gt; n_1 X, n_2 \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Exponential to Chi-square]:&amp;lt;math&amp;gt; (iid) \frac{2}{\alpha} \sum {X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Chi-square to Exponential]:&amp;lt;math&amp;gt; \alpha=2, n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Chi-square to Erlang]:&amp;lt;math&amp;gt; n \ even\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Gamma to Chi-square]:&amp;lt;math&amp;gt; n=2\beta, \alpha=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Beta to Standard Uniform]:&amp;lt;math&amp;gt; \beta=\gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Gamma to Erlang]:&amp;lt;math&amp;gt; \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Inverted Beta]:&amp;lt;math&amp;gt; X_1/X_2, \alpha=1  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Distribution.html Beta to Inverted Beta]:&amp;lt;math&amp;gt; \frac{X}{1-X} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Cauchy to Arctangent]:&amp;lt;math&amp;gt; zero \ truncate \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Hypoexponential to Erlang]:&amp;lt;math&amp;gt; \vec \alpha=\alpha \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Exponential to Hypoexponential]:&amp;lt;math&amp;gt; \sum X_i\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Erlang to Exponential]:&amp;lt;math&amp;gt; n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gompertz_Distribution.html Makeham to Gompertz]:&amp;lt;math&amp;gt; \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_t_Distribution.html Doubly noncentral t to Noncentral t]:&amp;lt;math&amp;gt; \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Exponential to F]:&amp;lt;math&amp;gt; \alpha=1, X_1/X_2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Noncentral F to F]:&amp;lt;math&amp;gt; \delta \to 0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Exponential to Hyperexponential]:&amp;lt;math&amp;gt; Mixture\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Hyperexponential to Exponential]:&amp;lt;math&amp;gt; \vec \alpha=\alpha \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html IDB to Exponential]:&amp;lt;math&amp;gt;\delta=\kappa \to 0, \alpha=1\ \gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* []:&amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* []:&amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* []:&amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* []:&amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* []:&amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10130</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10130"/>
		<updated>2010-05-14T01:49:23Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pacal Gamma Poisson to Pascal]: &amp;lt;math&amp;gt; \alpha=(1-p)/p, \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_Poisson Poisson to Gamma Poisson]: &amp;lt;math&amp;gt; \mu \sim gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangular Discrete uniform to Rectangular]: &amp;lt;math&amp;gt; a=0, b=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangualr beta binomial to rectangular]: &amp;lt;math&amp;gt; a=b=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Negative_hypergeometric beta binomial to negative hypergeometric]: &amp;lt;math&amp;gt; n=n_1, a=n_2, b=n_3 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Zeta Zipf to Zeta]: &amp;lt;math&amp;gt; n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Logarithm Power series to Logarithm]: &amp;lt;math&amp;gt; A(c)=-log(1-c)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson Power series to Poisson]: &amp;lt;math&amp;gt; A(c)=e^c, \mu=c\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_Pascal Pascal to Beta pascal]: &amp;lt;math&amp;gt; p\sim beta\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson pascal to poisson]: &amp;lt;math&amp;gt; \mu=n/p, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_binomial binomial to beta binomial]: &amp;lt;math&amp;gt; p\sim beta, \mu=np, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial negative hypergeometric to binomial]: &amp;lt;math&amp;gt; p=n_1/n_3, n_3\to\infty, n_1\to\infty,n_2=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial Polya to Binomial]: &amp;lt;math&amp;gt; \beta=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric Pascal to geometric]: &amp;lt;math&amp;gt; n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal geometric to pascal]: &amp;lt;math&amp;gt; \sum{X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric discrete weibull to geometric]: &amp;lt;math&amp;gt; \beta=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal pascal to normal]: &amp;lt;math&amp;gt; \mu=n(1-p), n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/standard_normal normal to standard normal]: &amp;lt;math&amp;gt; \mu=0, \sigma=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Noncentral_chi-square normal to noncentral_chi-square]: &amp;lt;math&amp;gt; \sum{X_i^2/{\sigma}^2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted \ gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Noncentral chi-square to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Log gamma]:&amp;lt;math&amp;gt; log X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Generalized gamma to Log normal]:&amp;lt;math&amp;gt; \beta \to &lt;br /&gt;
\infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Generalized gamma to Gamma]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGaussian_Distribution.html Inverse Gaussian to Standard Wald]:&amp;lt;math&amp;gt; \mu=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Inverse Gaussian to Chi-square]:&amp;lt;math&amp;gt; \lambda(X-\mu)^2/(\mu^2 X)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Chi_Distribution.html Chi-square to Chi]:&amp;lt;math&amp;gt; \sqrt{X}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Chi-square to F]:&amp;lt;math&amp;gt; \frac{X_1/n_1}{X_2/n_2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html F to Chi-square]:&amp;lt;math&amp;gt; n_1 X, n_2 \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Exponential to Chi-square]:&amp;lt;math&amp;gt; (iid) \frac{2}{\alpha} \sum {X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Chi-square to Exponential]:&amp;lt;math&amp;gt; \alpha=2, n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Chi-square to Erlang]:&amp;lt;math&amp;gt; n \ even\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Gamma to Chi-square]:&amp;lt;math&amp;gt; n=2\beta, \alpha=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Beta to Standard Uniform]:&amp;lt;math&amp;gt; \beta=\gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Gamma to Erlang]:&amp;lt;math&amp;gt; \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Inverted Beta]:&amp;lt;math&amp;gt; X_1/X_2, \alpha=1  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Distribution.html Beta to Inverted Beta]:&amp;lt;math&amp;gt; \frac{X}{1-X} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Cauchy to Arctangent]:&amp;lt;math&amp;gt; zero \ truncate \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Hypoexponential to Erlang]:&amp;lt;math&amp;gt; \vec \alpha=\alpha \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10129</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10129"/>
		<updated>2010-05-14T01:47:04Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pacal Gamma Poisson to Pascal]: &amp;lt;math&amp;gt; \alpha=(1-p)/p, \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_Poisson Poisson to Gamma Poisson]: &amp;lt;math&amp;gt; \mu \sim gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangular Discrete uniform to Rectangular]: &amp;lt;math&amp;gt; a=0, b=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangualr beta binomial to rectangular]: &amp;lt;math&amp;gt; a=b=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Negative_hypergeometric beta binomial to negative hypergeometric]: &amp;lt;math&amp;gt; n=n_1, a=n_2, b=n_3 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Zeta Zipf to Zeta]: &amp;lt;math&amp;gt; n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Logarithm Power series to Logarithm]: &amp;lt;math&amp;gt; A(c)=-log(1-c)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson Power series to Poisson]: &amp;lt;math&amp;gt; A(c)=e^c, \mu=c\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_Pascal Pascal to Beta pascal]: &amp;lt;math&amp;gt; p\sim beta\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson pascal to poisson]: &amp;lt;math&amp;gt; \mu=n/p, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_binomial binomial to beta binomial]: &amp;lt;math&amp;gt; p\sim beta, \mu=np, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial negative hypergeometric to binomial]: &amp;lt;math&amp;gt; p=n_1/n_3, n_3\to\infty, n_1\to\infty,n_2=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial Polya to Binomial]: &amp;lt;math&amp;gt; \beta=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric Pascal to geometric]: &amp;lt;math&amp;gt; n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal geometric to pascal]: &amp;lt;math&amp;gt; \sum{X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric discrete weibull to geometric]: &amp;lt;math&amp;gt; \beta=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal pascal to normal]: &amp;lt;math&amp;gt; \mu=n(1-p), n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/standard_normal normal to standard normal]: &amp;lt;math&amp;gt; \mu=0, \sigma=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Noncentral_chi-square normal to noncentral_chi-square]: &amp;lt;math&amp;gt; \sum{X_i^2/{\sigma}^2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted \ gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Noncentral chi-square to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Log gamma]:&amp;lt;math&amp;gt; log X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Generalized gamma to Log normal]:&amp;lt;math&amp;gt; \beta \to &lt;br /&gt;
\infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Generalized gamma to Gamma]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGaussian_Distribution.html Inverse Gaussian to Standard Wald]:&amp;lt;math&amp;gt; \mu=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Inverse Gaussian to Chi-square]:&amp;lt;math&amp;gt; \lambda(X-\mu)^2/(\mu^2 X)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Chi_Distribution.html Chi-square to Chi]:&amp;lt;math&amp;gt; \sqrt{X}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Chi-square to F]:&amp;lt;math&amp;gt; \frac{X_1/n_1}{X_2/n_2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html F to Chi-square]:&amp;lt;math&amp;gt; n_1 X, n_2 \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Exponential to Chi-square]:&amp;lt;math&amp;gt; (iid) \frac{2}{\alpha} \sum {X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Chi-square to Exponential]:&amp;lt;math&amp;gt; \alpha=2, n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Chi-square to Erlang]:&amp;lt;math&amp;gt; n \ even\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Gamma to Chi-square]:&amp;lt;math&amp;gt; n=2\beta, \alpha=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Beta to Standard Uniform]:&amp;lt;math&amp;gt; \beta=\gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Gamma to Erlang]:&amp;lt;math&amp;gt; \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Inverted Beta]:&amp;lt;math&amp;gt; X_1/X_2, \alpha=1  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Distribution.html Beta to Inverted Beta]:&amp;lt;math&amp;gt; \frac{X}{1-X} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Cauchy to Arctangent]:&amp;lt;math&amp;gt; zero truncate \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Hypoexponential to Erlang]:&amp;lt;math&amp;gt; \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10128</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10128"/>
		<updated>2010-05-14T01:42:02Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pacal Gamma Poisson to Pascal]: &amp;lt;math&amp;gt; \alpha=(1-p)/p, \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_Poisson Poisson to Gamma Poisson]: &amp;lt;math&amp;gt; \mu \sim gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangular Discrete uniform to Rectangular]: &amp;lt;math&amp;gt; a=0, b=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangualr beta binomial to rectangular]: &amp;lt;math&amp;gt; a=b=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Negative_hypergeometric beta binomial to negative hypergeometric]: &amp;lt;math&amp;gt; n=n_1, a=n_2, b=n_3 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Zeta Zipf to Zeta]: &amp;lt;math&amp;gt; n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Logarithm Power series to Logarithm]: &amp;lt;math&amp;gt; A(c)=-log(1-c)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson Power series to Poisson]: &amp;lt;math&amp;gt; A(c)=e^c, \mu=c\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_Pascal Pascal to Beta pascal]: &amp;lt;math&amp;gt; p\sim beta\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson pascal to poisson]: &amp;lt;math&amp;gt; \mu=n/p, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_binomial binomial to beta binomial]: &amp;lt;math&amp;gt; p\sim beta, \mu=np, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial negative hypergeometric to binomial]: &amp;lt;math&amp;gt; p=n_1/n_3, n_3\to\infty, n_1\to\infty,n_2=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial Polya to Binomial]: &amp;lt;math&amp;gt; \beta=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric Pascal to geometric]: &amp;lt;math&amp;gt; n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal geometric to pascal]: &amp;lt;math&amp;gt; \sum{X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric discrete weibull to geometric]: &amp;lt;math&amp;gt; \beta=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal pascal to normal]: &amp;lt;math&amp;gt; \mu=n(1-p), n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/standard_normal normal to standard normal]: &amp;lt;math&amp;gt; \mu=0, \sigma=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Noncentral_chi-square normal to noncentral_chi-square]: &amp;lt;math&amp;gt; \sum{X_i^2/{\sigma}^2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted \ gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Noncentral chi-square to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Log gamma]:&amp;lt;math&amp;gt; log X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Generalized gamma to Log normal]:&amp;lt;math&amp;gt; \beta \to &lt;br /&gt;
\infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Generalized gamma to Gamma]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGaussian_Distribution.html Inverse Gaussian to Standard Wald]:&amp;lt;math&amp;gt; \mu=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Inverse Gaussian to Chi-square]:&amp;lt;math&amp;gt; \lambda(X-\mu)^2/(\mu^2 X)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Chi_Distribution.html Chi-square to Chi]:&amp;lt;math&amp;gt; \sqrt{X}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Chi-square to F]:&amp;lt;math&amp;gt; \frac{X_1/n_1}{X_2/n_2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html F to Chi-square]:&amp;lt;math&amp;gt; n_1 X, n_2 \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Exponential to Chi-square]:&amp;lt;math&amp;gt; (iid) \frac{2}{\alpha} \sum {X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Chi-square to Exponential]:&amp;lt;math&amp;gt; \alpha=2, n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Chi-square to Erlang]:&amp;lt;math&amp;gt; n \ even\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Gamma to Chi-square]:&amp;lt;math&amp;gt; n=2\beta, \alpha=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Beta to Standard Uniform]:&amp;lt;math&amp;gt; \beta=\gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Gamma to Erlang]:&amp;lt;math&amp;gt; \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Inverted Beta]:&amp;lt;math&amp;gt; X_1/X_2 \alpha=1  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10103</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10103"/>
		<updated>2010-05-06T20:52:37Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pacal Gamma Poisson to Pascal]: &amp;lt;math&amp;gt; \alpha=(1-p)/p, \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_Poisson Poisson to Gamma Poisson]: &amp;lt;math&amp;gt; \mu \sim gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangular Discrete uniform to Rectangular]: &amp;lt;math&amp;gt; a=0, b=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangualr beta binomial to rectangular]: &amp;lt;math&amp;gt; a=b=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Negative_hypergeometric beta binomial to negative hypergeometric]: &amp;lt;math&amp;gt; n=n_1, a=n_2, b=n_3 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Zeta Zipf to Zeta]: &amp;lt;math&amp;gt; n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Logarithm Power series to Logarithm]: &amp;lt;math&amp;gt; A(c)=-log(1-c)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson Power series to Poisson]: &amp;lt;math&amp;gt; A(c)=e^c, \mu=c\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_Pascal Pascal to Beta pascal]: &amp;lt;math&amp;gt; p\sim beta\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson pascal to poisson]: &amp;lt;math&amp;gt; \mu=n/p, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_binomial binomial to beta binomial]: &amp;lt;math&amp;gt; p\sim beta, \mu=np, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial negative hypergeometric to binomial]: &amp;lt;math&amp;gt; p=n_1/n_3, n_3\to\infty, n_1\to\infty,n_2=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial Polya to Binomial]: &amp;lt;math&amp;gt; \beta=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric Pascal to geometric]: &amp;lt;math&amp;gt; n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal geometric to pascal]: &amp;lt;math&amp;gt; \sum{X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric discrete weibull to geometric]: &amp;lt;math&amp;gt; \beta=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal pascal to normal]: &amp;lt;math&amp;gt; \mu=n(1-p), n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/standard_normal normal to standard normal]: &amp;lt;math&amp;gt; \mu=0, \sigma=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Noncentral_chi-square normal to noncentral_chi-square]: &amp;lt;math&amp;gt; \sum{X_i^2/{\sigma}^2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted \ gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Noncentral chi-square to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Log gamma]:&amp;lt;math&amp;gt; log X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Generalized gamma to Log normal]:&amp;lt;math&amp;gt; \beta \to &lt;br /&gt;
\infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Generalized gamma to Gamma]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGaussian_Distribution.html Inverse Gaussian to Standard Wald]:&amp;lt;math&amp;gt; \mu=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Inverse Gaussian to Chi-square]:&amp;lt;math&amp;gt; \lambda(X-\mu)^2/(\mu^2 X)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Chi_Distribution.html Chi-square to Chi]:&amp;lt;math&amp;gt; \sqrt{X}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Chi-square to F]:&amp;lt;math&amp;gt; \frac{X_1/n_1}{X_2/n_2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html F to Chi-square]:&amp;lt;math&amp;gt; n_1 X, n_2 \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Exponential to Chi-square]:&amp;lt;math&amp;gt; (iid) \frac{2}{\alpha} \sum {X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Chi-square to Exponential]:&amp;lt;math&amp;gt; \alpha=2, n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Chi-square to Erlang]:&amp;lt;math&amp;gt; n \ even\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Gamma to Chi-square]:&amp;lt;math&amp;gt; n=2\beta, \alpha=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Beta to Standard Uniform]:&amp;lt;math&amp;gt; \beta=\gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Gamma to Erlang]:&amp;lt;math&amp;gt; \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10102</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10102"/>
		<updated>2010-05-06T19:42:57Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pacal Gamma Poisson to Pascal]: &amp;lt;math&amp;gt; \alpha=(1-p)/p, \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_Poisson Poisson to Gamma Poisson]: &amp;lt;math&amp;gt; \mu \sim gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangular Discrete uniform to Rectangular]: &amp;lt;math&amp;gt; a=0, b=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangualr beta binomial to rectangular]: &amp;lt;math&amp;gt; a=b=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Negative_hypergeometric beta binomial to negative hypergeometric]: &amp;lt;math&amp;gt; n=n_1, a=n_2, b=n_3 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Zeta Zipf to Zeta]: &amp;lt;math&amp;gt; n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Logarithm Power series to Logarithm]: &amp;lt;math&amp;gt; A(c)=-log(1-c)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson Power series to Poisson]: &amp;lt;math&amp;gt; A(c)=e^c, \mu=c\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_Pascal Pascal to Beta pascal]: &amp;lt;math&amp;gt; p\sim beta\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson pascal to poisson]: &amp;lt;math&amp;gt; \mu=n/p, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_binomial binomial to beta binomial]: &amp;lt;math&amp;gt; p\sim beta, \mu=np, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial negative hypergeometric to binomial]: &amp;lt;math&amp;gt; p=n_1/n_3, n_3\to\infty, n_1\to\infty,n_2=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial Polya to Binomial]: &amp;lt;math&amp;gt; \beta=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric Pascal to geometric]: &amp;lt;math&amp;gt; n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal geometric to pascal]: &amp;lt;math&amp;gt; \sum{X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric discrete weibull to geometric]: &amp;lt;math&amp;gt; \beta=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal pascal to normal]: &amp;lt;math&amp;gt; \mu=n(1-p), n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/standard_normal normal to standard normal]: &amp;lt;math&amp;gt; \mu=0, \sigma=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Noncentral_chi-square normal to noncentral_chi-square]: &amp;lt;math&amp;gt; \sum{X_i^2/{\sigma}^2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Noncentral chi-square to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Log gamma]:&amp;lt;math&amp;gt; log X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Generalized gamma to Log normal]:&amp;lt;math&amp;gt; \beta \to &lt;br /&gt;
\infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Generalized gamma to Gamma]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGaussian_Distribution.html Inverse Gaussian to Standard Wald]:&amp;lt;math&amp;gt; \mu=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Inverse Gaussian to Chi-square]:&amp;lt;math&amp;gt; \lambda(X-\mu)^2/(\mu^2 X)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Chi_Distribution.html Chi-square to Chi]:&amp;lt;math&amp;gt; \sqrt{X}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Chi-square to F]:&amp;lt;math&amp;gt; \frac{X_1/n_1}{X_2/n_2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html F to Chi-square]:&amp;lt;math&amp;gt; n_1 X, n_2 \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Exponential to Chi-square]:&amp;lt;math&amp;gt; (iid) \frac{2}{\alpha} \sum {X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Chi-square to Exponential]:&amp;lt;math&amp;gt; \alpha=2, n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Chi-square to Erlang]:&amp;lt;math&amp;gt; n \ even\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Gamma to Chi-square]:&amp;lt;math&amp;gt; n=2\beta, \alpha=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Beta to Standard Uniform]:&amp;lt;math&amp;gt; \beta=\gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Gamma to Erlang]:&amp;lt;math&amp;gt; \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10101</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10101"/>
		<updated>2010-05-06T19:39:36Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pacal Gamma Poisson to Pascal]: &amp;lt;math&amp;gt; \alpha=(1-p)/p, \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_Poisson Poisson to Gamma Poisson]: &amp;lt;math&amp;gt; \mu \sim gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangular Discrete uniform to Rectangular]: &amp;lt;math&amp;gt; a=0, b=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangualr beta binomial to rectangular]: &amp;lt;math&amp;gt; a=b=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Negative_hypergeometric beta binomial to negative hypergeometric]: &amp;lt;math&amp;gt; n=n_1, a=n_2, b=n_3 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Zeta Zipf to Zeta]: &amp;lt;math&amp;gt; n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Logarithm Power series to Logarithm]: &amp;lt;math&amp;gt; A(c)=-log(1-c)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson Power series to Poisson]: &amp;lt;math&amp;gt; A(c)=e^c, \mu=c\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_Pascal Pascal to Beta pascal]: &amp;lt;math&amp;gt; p\sim beta\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson pascal to poisson]: &amp;lt;math&amp;gt; \mu=n/p, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_binomial binomial to beta binomial]: &amp;lt;math&amp;gt; p\sim beta, \mu=np, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial negative hypergeometric to binomial]: &amp;lt;math&amp;gt; p=n_1/n_3, n_3\to\infty, n_1\to\infty,n_2=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial Polya to Binomial]: &amp;lt;math&amp;gt; \beta=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric Pascal to geometric]: &amp;lt;math&amp;gt; n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal geometric to pascal]: &amp;lt;math&amp;gt; \sum{X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric discrete weibull to geometric]: &amp;lt;math&amp;gt; \beta=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal pascal to normal]: &amp;lt;math&amp;gt; \mu=n(1-p), n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/standard_normal normal to standard normal]: &amp;lt;math&amp;gt; \mu=0, \sigma=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Noncentral_chi-square normal to noncentral_chi-square]: &amp;lt;math&amp;gt; \sum{X_i^2/{\sigma}^2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Noncentral chi-square to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Log gamma]:&amp;lt;math&amp;gt; log X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Generalized gamma to Log normal]:&amp;lt;math&amp;gt; \beta \to &lt;br /&gt;
\infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Generalized gamma to Gamma]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGaussian_Distribution.html Inverse Gaussian to Standard Wald]:&amp;lt;math&amp;gt; \mu=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Inverse Gaussian to Chi-square]:&amp;lt;math&amp;gt; \lambda(X-\mu)^2/(\mu^2 X)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Chi_Distribution.html Chi-square to Chi]:&amp;lt;math&amp;gt; \sqrt{X}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Chi-square to F]:&amp;lt;math&amp;gt; \frac{X_1/n_1}{X_2/n_2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html F to Chi-square]:&amp;lt;math&amp;gt; n_1 X, n_2 \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Exponential to Chi-square]:&amp;lt;math&amp;gt; (iid) \frac{2}{\alpha} \sum {X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Chi-square to Exponential]:&amp;lt;math&amp;gt; \alpha=2, n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Chi-square to Erlang]:&amp;lt;math&amp;gt; n \ even\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Gamma to Chi-square]:&amp;lt;math&amp;gt; n=2\beta, \alpha=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Beta to Standard Uniform]:&amp;lt;math&amp;gt; \beta=\gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Gamma to Erlang]:&amp;lt;math&amp;gt; \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10100</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10100"/>
		<updated>2010-05-06T19:39:04Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pacal Gamma Poisson to Pascal]: &amp;lt;math&amp;gt; \alpha=(1-p)/p, \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_Poisson Poisson to Gamma Poisson]: &amp;lt;math&amp;gt; \mu \sim gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangular Discrete uniform to Rectangular]: &amp;lt;math&amp;gt; a=0, b=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangualr beta binomial to rectangular]: &amp;lt;math&amp;gt; a=b=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Negative_hypergeometric beta binomial to negative hypergeometric]: &amp;lt;math&amp;gt; n=n_1, a=n_2, b=n_3 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Zeta Zipf to Zeta]: &amp;lt;math&amp;gt; n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Logarithm Power series to Logarithm]: &amp;lt;math&amp;gt; A(c)=-log(1-c)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson Power series to Poisson]: &amp;lt;math&amp;gt; A(c)=e^c, \mu=c\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_Pascal Pascal to Beta pascal]: &amp;lt;math&amp;gt; p\sim beta\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson pascal to poisson]: &amp;lt;math&amp;gt; \mu=n/p, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_binomial binomial to beta binomial]: &amp;lt;math&amp;gt; p\sim beta, \mu=np, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial negative hypergeometric to binomial]: &amp;lt;math&amp;gt; p=n_1/n_3, n_3\to\infty, n_1\to\infty,n_2=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial Polya to Binomial]: &amp;lt;math&amp;gt; \beta=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric Pascal to geometric]: &amp;lt;math&amp;gt; n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal geometric to pascal]: &amp;lt;math&amp;gt; \sum{X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric discrete weibull to geometric]: &amp;lt;math&amp;gt; \beta=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal pascal to normal]: &amp;lt;math&amp;gt; \mu=n(1-p), n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/standard_normal normal to standard normal]: &amp;lt;math&amp;gt; \mu=0, \sigma=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Noncentral_chi-square normal to noncentral_chi-square]: &amp;lt;math&amp;gt; \sum{X_i^2/{\sigma}^2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Noncentral chi-square to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Log gamma]:&amp;lt;math&amp;gt; log X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Generalized gamma to Log normal]:&amp;lt;math&amp;gt; \beta \to &lt;br /&gt;
\infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Generalized gamma to Gamma]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGaussian_Distribution.html Inverse Gaussian to Standard Wald]:&amp;lt;math&amp;gt; \mu=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Inverse Gaussian to Chi-square]:&amp;lt;math&amp;gt; \lambda(X-\mu)^2/(\mu^2 X)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Chi_Distribution.html Chi-square to Chi]:&amp;lt;math&amp;gt; \sqrt{X}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Chi-square to F]:&amp;lt;math&amp;gt; \frac{X_1/n_1}{X_2/n_2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html F to Chi-square]:&amp;lt;math&amp;gt; n_1 X, n_2 \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Exponential to Chi-square]:&amp;lt;math&amp;gt; (iid) \frac{2}{\alpha} \sum {X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Chi-square to Exponential]:&amp;lt;math&amp;gt; \alpha=2, n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Chi-square to Erlang]:&amp;lt;math&amp;gt; n even\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Gamma to Chi-square]:&amp;lt;math&amp;gt; n=2\beta, \alpha=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Beta to Standard Uniform]:&amp;lt;math&amp;gt; \beta=\gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Erlang_Distribution.html Gamma to Erlang]:&amp;lt;math&amp;gt; \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10098</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10098"/>
		<updated>2010-05-06T19:33:05Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pacal Gamma Poisson to Pascal]: &amp;lt;math&amp;gt; \alpha=(1-p)/p, \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_Poisson Poisson to Gamma Poisson]: &amp;lt;math&amp;gt; \mu \sim gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangular Discrete uniform to Rectangular]: &amp;lt;math&amp;gt; a=0, b=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangualr beta binomial to rectangular]: &amp;lt;math&amp;gt; a=b=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Negative_hypergeometric beta binomial to negative hypergeometric]: &amp;lt;math&amp;gt; n=n_1, a=n_2, b=n_3 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Zeta Zipf to Zeta]: &amp;lt;math&amp;gt; n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Logarithm Power series to Logarithm]: &amp;lt;math&amp;gt; A(c)=-log(1-c)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson Power series to Poisson]: &amp;lt;math&amp;gt; A(c)=e^c, \mu=c\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_Pascal Pascal to Beta pascal]: &amp;lt;math&amp;gt; p\sim beta\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson pascal to poisson]: &amp;lt;math&amp;gt; \mu=n/p, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_binomial binomial to beta binomial]: &amp;lt;math&amp;gt; p\sim beta, \mu=np, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial negative hypergeometric to binomial]: &amp;lt;math&amp;gt; p=n_1/n_3, n_3\to\infty, n_1\to\infty,n_2=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial Polya to Binomial]: &amp;lt;math&amp;gt; \beta=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric Pascal to geometric]: &amp;lt;math&amp;gt; n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal geometric to pascal]: &amp;lt;math&amp;gt; \sum{X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric discrete weibull to geometric]: &amp;lt;math&amp;gt; \beta=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal pascal to normal]: &amp;lt;math&amp;gt; \mu=n(1-p), n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/standard_normal normal to standard normal]: &amp;lt;math&amp;gt; \mu=0, \sigma=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Noncentral_chi-square normal to noncentral_chi-square]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Noncentral chi-square to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Log gamma]:&amp;lt;math&amp;gt; log X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Generalized gamma to Log normal]:&amp;lt;math&amp;gt; \beta \to &lt;br /&gt;
\infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Generalized gamma to Gamma]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGaussian_Distribution.html Inverse Gaussian to Standard Wald]:&amp;lt;math&amp;gt; \mu=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Inverse Gaussian to Chi-square]:&amp;lt;math&amp;gt; \lambda(X-\mu)^2/(\mu^2 X)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Chi_Distribution.html Chi-square to Chi]:&amp;lt;math&amp;gt; \sqrt{X}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Chi-square to F]:&amp;lt;math&amp;gt; \frac{X_1/n_1}{X_2/n_2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html F to Chi-square]:&amp;lt;math&amp;gt; n_1 X, n_2 \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Exponential to Chi-square]:&amp;lt;math&amp;gt; (iid) \frac{2}{\alpha} \sum {X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Chi-square to Exponential]:&amp;lt;math&amp;gt; \alpha=2, n=2 \ &amp;lt;/math&amp;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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10096</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10096"/>
		<updated>2010-05-06T19:32:14Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pacal Gamma Poisson to Pascal]: &amp;lt;math&amp;gt; \alpha=(1-p)/p, \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_Poisson Poisson to Gamma Poisson]: &amp;lt;math&amp;gt; \mu \sim gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangular Discrete uniform to Rectangular]: &amp;lt;math&amp;gt; a=0, b=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangualr beta binomial to rectangular]: &amp;lt;math&amp;gt; a=b=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Negative_hypergeometric beta binomial to negative hypergeometric]: &amp;lt;math&amp;gt; n=n_1, a=n_2, b=n_3 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Zeta Zipf to Zeta]: &amp;lt;math&amp;gt; n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Logarithm Power series to Logarithm]: &amp;lt;math&amp;gt; A(c)=-log(1-c)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson Power series to Poisson]: &amp;lt;math&amp;gt; A(c)=e^c, \mu=c\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_Pascal Pascal to Beta pascal]: &amp;lt;math&amp;gt; p\sim beta\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson pascal to poisson]: &amp;lt;math&amp;gt; \mu=n/p, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_binomial binomial to beta binomial]: &amp;lt;math&amp;gt; p\sim beta, \mu=np, n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial negative hypergeometric to binomial]: &amp;lt;math&amp;gt; p=n_1/n_3, n_3\to\infty, n_1\to\infty,n_2=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial Polya to Binomial]: &amp;lt;math&amp;gt; \beta=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric Pascal to geometric]: &amp;lt;math&amp;gt; n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal geometric to pascal]: &amp;lt;math&amp;gt; \sum{X_i}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric discrete weibull to geometric]: &amp;lt;math&amp;gt; \beta=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal pascal to normal]: &amp;lt;math&amp;gt; \mu=n(1-p), n\to\infty\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/standard_normal normal to standard normal]: &amp;lt;math&amp;gt; \mu=0, \sigma=1\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Noncentral_chi-square normal to noncentral_chi-square]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Noncentral chi-square to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Log gamma]:&amp;lt;math&amp;gt; log X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Generalized gamma to Log normal]:&amp;lt;math&amp;gt; \beta \to &lt;br /&gt;
\infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Generalized gamma to Gamma]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGaussian_Distribution.html Inverse Gaussian to Standard Wald]:&amp;lt;math&amp;gt; \mu=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Inverse Gaussian to Chi-square]:&amp;lt;math&amp;gt; \lambda(X-\mu)^2/(\mu^2 X)\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Chi_Distribution.html Chi-square to Chi]:&amp;lt;math&amp;gt; sqrt{X}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Chi-square to F]:&amp;lt;math&amp;gt; \frac{X_1/n_1}{X_2/n_2}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html F to Chi-square]:&amp;lt;math&amp;gt; n_1 X, n_2 \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Exponential to Chi-square]:&amp;lt;math&amp;gt; (iid) \frac{2}{\alpha \sum {X_i}}\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential_Distribution.html Chi-square to Exponential]:&amp;lt;math&amp;gt; \alpha=2, n=2 \ &amp;lt;/math&amp;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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10088</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10088"/>
		<updated>2010-05-06T19:23:31Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pacal Gamma Poisson to Pascal]: &amp;lt;math&amp;gt; \alpha=(1-p)/p, \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_Poisson Poisson to Gamma Poisson]: &amp;lt;math&amp;gt; \mu \sim gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangular Discrete uniform to Rectangular]: &amp;lt;math&amp;gt; a=0, b=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangualr beta binomial to rectangular]: &amp;lt;math&amp;gt;  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Negative_hypergeometric beta binomial to negative hypergeometric]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Zeta Zipf to Zeta]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Logarithm Power series to Logarithm]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson Power series to Poisson]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_Pascal Pascal to Beta pascal]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson pascal to poisson]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_binomial binomial to beta binomial]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial negative hypergeometric to binomial]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial Polya to Binomial]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric Pascal to geometric]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal geometric to pascal]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric discrete weibull to geometric]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal pascal to normal]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/standard_normal normal to standard normal]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Noncentral_chi-square normal to noncentral_chi-square]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Noncentral chi-square to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Log gamma]:&amp;lt;math&amp;gt; log X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Generalized gamma to Log normal]:&amp;lt;math&amp;gt; \beta \to &lt;br /&gt;
\infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Generalized gamma to Gamma]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGaussian_Distribution.html Inverse Gaussian to Standard Wald]:&amp;lt;math&amp;gt; \mu=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Inverse Gaussian to Chi-square]:&amp;lt;math&amp;gt; \lambda(X-\mu)^2/(\mu^2 X)\ &amp;lt;/math&amp;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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10087</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10087"/>
		<updated>2010-05-06T19:22:17Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pacal Gamma Poisson to Pascal]: &amp;lt;math&amp;gt; \alpha=(1-p)/p, \beta=n \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_Poisson Poisson to Gamma Poisson]: &amp;lt;math&amp;gt; \mu \sim gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangular Discrete uniform to Rectangular]: &amp;lt;math&amp;gt; a=0, b=n\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangualr beta binomial to rectangular]: &amp;lt;math&amp;gt;  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Negative_hypergeometric beta binomial to negative hypergeometric]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Zeta Zipf to Zeta]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Logarithm Power series to Logarithm]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson Power series to Poisson]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_Pascal Pascal to Beta pascal]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson pascal to poisson]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_binomial binomial to beta binomial]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial negative hypergeometric to binomial]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial Polya to Binomial]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric Pascal to geometric]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal geometric to pascal]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric discrete weibull to geometric]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal pascal to normal]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/standard_normal normal to standard normal]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Noncentral_chi-square normal to noncentral_chi-square]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Noncentral chi-square to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Gamma to Log gamma]:&amp;lt;math&amp;gt; log X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogNormal_Distribution.html Generalized gamma to Log normal]:&amp;lt;math&amp;gt; \beta \to &lt;br /&gt;
infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Distribution.html Generalized gamma to Gamma]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InverseGaussian_Distribution.html Inverse Gaussian to Standard Wald]:&amp;lt;math&amp;gt; \mu=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Inverse Gaussian to Chi-square]:&amp;lt;math&amp;gt; \lambda(Z-\mu)^2/(\mu^2 X)\ &amp;lt;/math&amp;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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10083</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10083"/>
		<updated>2010-05-06T19:13:51Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pacal Gamma Poisson to Pascal]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_Poisson Poisson to Gamma Poisson]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangular Discrete uniform to Rectangular]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Rectangualr beta binomial to rectangular]: &amp;lt;math&amp;gt;  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Negative_hypergeometric beta binomial to negative hypergeometric]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Zeta Zipf to Zeta]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Logarithm Power series to Logarithm]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson Power series to Poisson]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_Pascal Pascal to Beta pascal]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Poisson pascal to poisson]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Beta_binomial binomial to beta binomial]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial negative hypergeometric to binomial]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial Polya to Binomial]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric Pascal to geometric]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal geometric to pascal]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Geometric discrete weibull to geometric]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal pascal to normal]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/standard_normal normal to standard normal]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Noncentral_chi-square normal to noncentral_chi-square]: &amp;lt;math&amp;gt; \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Noncentral chi-square to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10081</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10081"/>
		<updated>2010-05-06T18:42:25Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Inverse Gaussian to Standard normal]: &amp;lt;math&amp;gt; \lambda \to \infty \ &amp;lt;/math&amp;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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10080</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10080"/>
		<updated>2010-05-06T18:41:02Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted gamma \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Standard Normal to Standard Cauchy]: &amp;lt;math&amp;gt; \frac{X_1}{X_2} \ &amp;lt;/math&amp;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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10079</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10079"/>
		<updated>2010-05-06T18:38:44Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted gamma \ &amp;lt;/math&amp;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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10078</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10078"/>
		<updated>2010-05-06T18:38:21Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Normal to Gamma-normal]: &amp;lt;math&amp;gt; \sigma \sim Inverted gamma \ &amp;lt;math&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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10077</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10077"/>
		<updated>2010-05-06T18:35:00Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;/math&amp;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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10076</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10076"/>
		<updated>2010-05-06T18:34:42Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;math&amp;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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10075</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10075"/>
		<updated>2010-05-06T18:34:16Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p &amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Normal_Distribution.html Beta to Normal]: &amp;lt;math&amp;gt; \beta=\gamma \to \infty \ &amp;lt;math&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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10074</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10074"/>
		<updated>2010-05-06T18:30:14Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum (\frac{x_i-\mu}{\sigma})^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p &amp;lt;/math&amp;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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10073</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10073"/>
		<updated>2010-05-06T18:29:40Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: &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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; (iid) \sum \frac{x-\mu}{\sigma}^2\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Pascal Power series to Pascal]: &amp;lt;math&amp;gt; A(c)=(1-c)^{-x}, c=1-p &amp;lt;/math&amp;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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10071</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10071"/>
		<updated>2010-05-06T18:25:36Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \ &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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10070</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10070"/>
		<updated>2010-05-06T18:25:05Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/ChiSquare_Distribution.html Normal to Chi-square]: &amp;lt;math&amp;gt; \delta=0 \&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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10058</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10058"/>
		<updated>2010-04-29T04:59:32Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t_Distribution.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential_Distribution.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Distribution.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto_Distribution.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power_Distribution.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10057</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10057"/>
		<updated>2010-04-29T04:43:03Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangle_Distribution.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov_Distribution.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10056</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10056"/>
		<updated>2010-04-29T04:40:37Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/VonMises_Distribution.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10055</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10055"/>
		<updated>2010-04-29T04:38:38Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull_Distribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TwoSidedPower_Distribution.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10054</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10054"/>
		<updated>2010-04-29T04:35:21Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/WeibullDistribution.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10049</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10049"/>
		<updated>2010-04-27T05:17:11Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\kappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10048</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10048"/>
		<updated>2010-04-27T05:16:32Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt; f(x)=(e^{1-e^{\lambda x^\kappa}})e^{\lambda x^\lappa}\lambda \kappa x^{\kappa-1}. x&amp;gt;0 \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10047</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10047"/>
		<updated>2010-04-27T05:14:00Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi, 0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt; f(x)=\begin{cases} \frac{2(x-a)}{(b-a)(m-a)}, a&amp;lt;x&amp;lt;m \\&lt;br /&gt;
  \frac{2(b-x)}{(b-a)(b-m)}, m \le x&amp;lt;b \end{cases}. a&amp;lt;m&amp;lt;b \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10046</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10046"/>
		<updated>2010-04-27T05:11:46Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)}. 0&amp;lt;x&amp;lt;2\pi  0&amp;lt;\mu&amp;lt;2\pi) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt; f(x)=(\gamma+\frac{\kappa}{x+\delta})(1+x/\delta)^{-\kappa}e^{-\gamma x}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10045</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10045"/>
		<updated>2010-04-27T05:10:02Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt; f(x)=\frac{e^{\kappa cos(x-\mu)}}{2\pi I_0(\kappa)} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10044</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10044"/>
		<updated>2010-04-27T05:08:08Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa(\lambda x)^{\kappa-1}}{[1+(\lambda x)^\kappa]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda \kappa}{(1+\lambda x)^{\kappa+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10043</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10043"/>
		<updated>2010-04-27T05:05:58Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda k(\lambda k)^{k-1}}{[1+(\lambda x)^k]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda x}{(1+\lambda x)^{k+1}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10042</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10042"/>
		<updated>2010-04-27T05:02:55Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda k(\lambda k)^{k-1}}{[1+(\lambda x)^k]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda x}{(1+\lambda x)^k+1}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10041</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10041"/>
		<updated>2010-04-27T05:01:41Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda k(\lambda k)^{k-1}}{[1+(\lambda x)^k]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-m})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)e^{x\beta-e^{x\beta}/\alpha}. -\infty&amp;lt;x&amp;lt;\infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10040</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10040"/>
		<updated>2010-04-27T04:59:47Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda k(\lambda k)^{k-1}}{[1+(\lambda x)^k]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt; f(x) = \begin{cases} \frac{n}{b-a}(\frac{x-a}{m-a})^{n-1}, a&amp;lt;x\le m \\&lt;br /&gt;
 \frac{n}{b-a}(\frac{b-x}{b-a})^{n-1}, m\le x&amp;lt;b \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10039</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10039"/>
		<updated>2010-04-27T04:56:42Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda k(\lambda k)^{k-1}}{[1+(\lambda x)^k]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10038</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10038"/>
		<updated>2010-04-27T04:56:11Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt; f(x)=\frac{\lambda k(\lamda k)^{k-1}}{[1+(\lamda x)^k]^2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10037</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10037"/>
		<updated>2010-04-27T04:54:43Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt; f(x)=(\beta/\alpha)x^{\beta-1}exp[-(1/\alpha)x^\beta]. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10036</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10036"/>
		<updated>2010-04-27T04:53:32Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt; f(x)=\frac{\beta x^{\beta-1}}{\alpha^\beta}. 0&amp;lt;x&amp;lt;\alpha \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10035</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10035"/>
		<updated>2010-04-27T04:50:46Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: &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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{-\gamma/2}(\frac{1}{2}\gamma)^k}{k!}]\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1}. x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10034</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10034"/>
		<updated>2010-04-27T04:49:30Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: /* 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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][\frac{e^{\gamma/2}(\frac{1}{2}\gamma)^k}{k!}\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1} x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10033</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10033"/>
		<updated>2010-04-27T04:47:59Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: &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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Arctangent.html Arctangent]: &amp;lt;math&amp;gt; f(x; \lambda, \phi)= \frac{\lambda}{[arctan(\lambda \phi)+\pi/2][1+\lambda^2 (x - \phi)^2]} (x \geq 0, -\infty &amp;lt; \lambda &amp;lt; \infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Makeham.html Makeham]: &amp;lt;math&amp;gt; f(x) = (\gamma + \delta\kappa^x)exp(-\gamma x-\frac{\delta&lt;br /&gt;
(\kappa^x-1)}{log(\kappa)}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hypoexponential.html Hypoexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}(1/\alpha_i)exp(-x/\alpha_i)(\prod_{j=1,j\neq i}^{n}\frac{\alpha_i}{\alpha_i-\alpha_j}). x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-t.html Doubly Noncentral t]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Hyperexponential.html Hyperexponential]: &amp;lt;math&amp;gt; f(x) = \sum_{i=1}^{n}\frac{p_i}{\alpha_i}e^{-x/\alpha_i}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Muth.html Muth]: &amp;lt;math&amp;gt; f(x) = (e^{\kappa x}-\kappa)e^{-(1/\kappa)e^{\kappa x}+\kappa x+1/\kappa}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Error.html Error]: &amp;lt;math&amp;gt; f(x) = \frac{exp[-(|x-a|/b)^{2/c}/2]}{b 2^{c/2+1}\Gamma(1+c/2)}. -\infty &amp;lt; x &amp;lt; \infty \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Minimax.html Minimax]: &amp;lt;math&amp;gt; f(x) = \beta\gamma x^{\beta-1}(1-x^\beta)^{\gamma-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-F.html Noncentral F]: &amp;lt;math&amp;gt; f(x) = \sum_{i=0}^{\infty}\frac{\Gamma(\frac{2i+n_1+n_2}{2})(n_1/n_2)^{(2i+n_1)/2}x^{(2i+n_1-2)/2}e^{-\delta/2}(\delta/2)^i}{\Gamma(n_2/2)\Gamma(\frac{2i+n_1}{2})i!(1+\frac{n_1}{n_2}x)^{(2i+n_1+n_2)/2}}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/IDB.html IDB]: &amp;lt;math&amp;gt; f(x) = \frac{(1+\kappa x)\delta x+\gamma}{(1+\kappa x)^{\gamma/\kappa+1}}e^{-\delta x^2/2}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power.html Standard Power]: &amp;lt;math&amp;gt; f(x) = \beta x^{\beta-1}. 0&amp;lt;x&amp;lt;1 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh.html Rayleigh]: &amp;lt;math&amp;gt; f(x) = \frac{2x}{\alpha}e^{-x^2/\alpha}. x&amp;gt;0 \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular.html Standard Triangular]: &amp;lt;math&amp;gt; f(x) = \begin{cases} x+1, -1&amp;lt;x&amp;lt;0 \\&lt;br /&gt;
 1 - x, 0 \leq x&amp;lt;1 \end{cases} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-noncentral-F.html Doubly noncentral F]: &amp;lt;math&amp;gt; f(x)= \sum_{j=0}^{\infty}\sum_{k=0}^{\infty}[\frac{e^{-\delta/2}(\frac{1}{2}\delta)^j}{j!}][e^{\gamma/2}}(\frac{1}{2}\gamma)^k}{k!}\times n_1^{(n_1/2)+j}n_2^{(n_2/2)+k}x^{(n_1/2)+j-1}\times (n_2+n_1 x)^{-\frac{1}{2}(n_1+n_2)-j-k}\times [B(\frac{1}{2}n_1+j,\frac{1}{2}n_2+k)]^{-1} x&amp;gt;0  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power.html Power]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weibull.html Weibull]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log-logistic.html Log-logistic]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/TSP.html TSP]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value.html Extreme value]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax.html Lomax]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/von-Mises.html von Mises]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Generalized-Pareto.html Generalized Pareto]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular.html Triangular]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Kolmogorov-Smirnov.html Kolmogorov-Smirnov]: &amp;lt;math&amp;gt;  \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Exponential-power.html Exponential Power]: &amp;lt;math&amp;gt;  \!&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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10005</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10005"/>
		<updated>2010-04-22T20:28:56Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: &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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) =  f(x; n,\delta) = \sum_{k=0}^{\infty}\frac{exp(-\delta/2) (\delta/2)^k}{k!}\frac{exp(-x/2) x^{(n+2k)/2-1}}{2^{(n+2k)/2} \Gamma(\frac{n+2k}{2})}. \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;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 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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10004</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10004"/>
		<updated>2010-04-22T20:27:11Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: &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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) = \sum_{k=0}^{\infty}\&lt;br /&gt;
frac{exp(-\delta/2) (\delta/2)^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;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 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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10003</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10003"/>
		<updated>2010-04-22T20:26:33Z</updated>

		<summary type="html">&lt;p&gt;Shelley zhouyuhao: &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/Multinomiall_Distribution.html Multinomial] PMF: &amp;lt;math&amp;gt;f(x_1, x_2, \cdots, x_k)={n\choose x_1,x_2,\cdots, x_k}p_1^{x_1}p_2^{x_2}\cdots p_k^{x_k}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;x_1+x_2+\cdots+x_k=n&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;p_1+p_2+\cdots+p_k=1&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;0 \le x_i \le n, 0 \le p_i \le 1&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/NegativeMultiNomial_Distribution.html Negative-Multinomial Binomial] PMF: &amp;lt;math&amp;gt; P(k_o, \cdots, k_r) = \Gamma(k_o + \sum_{i=1}^r{k_i}) \frac{p_o^{k_o}}{\Gamma(k_o)} \prod_{i=1}^r{\frac{p_i^{k_i}}{k_i!}} &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;
* [http://socr.ucla.edu/htmls/dist/Rectangular.html Rectangular]: &amp;lt;math&amp;gt; f(x)=\frac{1}{n+1}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://mathworld.wolfram.com/BetaBinomialDistribution.html Beta-Binomial]: &amp;lt;math&amp;gt; f(x)=\frac{\Gamma(x+a)\Gamma(n-x+b)\Gamma(a+b)\Gamma(n+2)}{(n+1)\Gamma(a+b+n)\Gamma(a)\Gamma(b)\Gamma(x+1)\Gamma(n-x+1)}.(x=0,1,...,n)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://planetmath.org/encyclopedia/NegativeHypergeometricDistribution.html Negative Hypergeometric]: &amp;lt;math&amp;gt; f(x)=\frac{\begin{pmatrix} n_1+x-1  \\ x \end{pmatrix} \begin{pmatrix} n_3-n_1+n_2-x-1  \\ n_2-x \end{pmatrix}}{\begin{pmatrix} n_3+n_2-1  \\ n_2 \end{pmatrix}}. (x=max(0,n_1+n_2-n_3),...,n_2)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Power_Standard |Standard Power]]: &amp;lt;math&amp;gt; f(x; \beta) = \beta x^{\beta - 1} \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power_Series.html Power_Series]: &amp;lt;math&amp;gt; f(x; c; A(c)) = a(x) c^x / A(c). (x=(0,1,...), c&amp;gt;0, A(c)=\sum_{x}a(x) c^x) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Zeta.html Zeta]: &amp;lt;math&amp;gt; f(x)=\frac{1}{x^a \sum_{i=1}^{\infty}(\frac{1}{i})^a}. (x=1,2,...) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logarithm.html Logarithm]: &amp;lt;math&amp;gt; f(x)=\frac{-(1-c)^x}{x\log c}. (x=1,2,...,  0&amp;lt;c&amp;lt;1) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Beta_Pascal(factorial).html Beta_Pascal]: &amp;lt;math&amp;gt;  f(x; a, b, n) = \binom{n-1+x}{x} \frac{B(n+a, b+x)}{B(a,b)}. (x=(0,1,...); a+b=n) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gamma_Poisson.html Gamma_Poisson]: &amp;lt;math&amp;gt; f(x; \alpha, \beta) = \frac{\Gamma(x+\beta) \alpha^x}{\Gamma(\beta) (1+\alpha)^{\beta+x} x!}.(x=(0,1,...); \alpha&amp;gt;0; \beta&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pascal.html Pascal]: &amp;lt;math&amp;gt; f(x; p, n) = \binom{n-1+x}{x} p^n (1-p)^x. (x=(0,1,...,n); 0 \leq p \leq 1)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Polya.html Polya]: &amp;lt;math&amp;gt; f(x; n, p, \beta) = \binom{n}{x} \frac{\prod_{j=0}^{x-1}(p+j\beta) \prod_{k=0}^{n-x-1}(1-p+k\beta)}{\prod_{i=0}^{n-1}(1+i\beta)}. (x=\{0,1,...,n\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal-gamma_distribution Normal-Gamma]: &amp;lt;math&amp;gt; f(x, \tau; \mu, \lambda,\alpha,\beta) = \frac{\beta^\alpha \sqrt(\lambda)}{\Gamma(\alpha) \sqrt(2 \pi)} \tau^{\alpha-1/2} exp(-\beta \tau) exp(-\frac{\lambda \tau (x-\mu)^2}{2}).(\tau&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Discrete_Weibull_distribution Discrete_Weibull]: &amp;lt;math&amp;gt; f(x; p, \beta) = (1-p)^{x^\beta}-(1-p)^{(x+1)^\beta}. (x=\{0,1,...\}) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/LogGamma.html Log Gamma]: &amp;lt;math&amp;gt; f(x)=[1/ \alpha^\beta \Gamma(\beta)]e^{\beta x}e^{-e^x/a}. (-\infty&amp;lt;x&amp;lt;\infty) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/GeneralizedGamma.html Generalized Gamma]: &amp;lt;math&amp;gt; f(x)=\frac{\gamma}{\alpha^{\gamma \beta}\Gamma(\beta)}x^{\gamma \beta-1}e^{-(x/\alpha)^\gamma}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral-Beta.html Noncentral-Beta]: &amp;lt;math&amp;gt; f(x; \beta, \gamma, \delta) = \sum_{i=0}^{\infty}\frac{\Gamma(i+\beta+\gamma)}{\Gamma(\gamma) \Gamma(i+\beta)} \frac{exp(-\delta/2)}{i!} (\delta/2)^i x^{i+\beta-1} (1-x)^{\gamma-1}. (0 \leq x \leq 1). \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Inverse_Gaussian_distribution Inverse Gausian]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2\mu^2 x}(x-\mu)^2}. (x&amp;gt;0) \!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Noncentral_chi-square.html Noncentral_chi-square]: &amp;lt;math&amp;gt; f(x; n,\delta) = \sum_{k=0}^{\infty}\&lt;br /&gt;
frac{exp(-\delta/2) (\delta/2)^k}{k!}\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/StandardWald.html Standard Wald]: &amp;lt;math&amp;gt; f(x)=\sqrt{\frac{\lambda}{2\pi x^3}}e^{-\frac{\lambda}{2x}(x-1)^2}. (x&amp;gt;0)\!&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/InvertedBeta.html Inverted Beta]: &amp;lt;math&amp;gt; f(x)=\frac{x^{\beta-1}(1+x)^{-\beta-\gamma}}{B(\beta,\gamma)}. (x&amp;gt;0, \beta&amp;gt;1, \gamma&amp;gt;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 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;
* [[AP_Statistics_Curriculum_2007_Distrib_Multinomial | Multinomial to Binomial Transformation]]: &amp;lt;math&amp;gt; \begin{vmatrix} k=2 \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;
* [http://socr.ucla.edu/htmls/dist/Standard_Power.html Beta to Standard Power]: &amp;lt;math&amp;gt; \alpha=\beta, \beta=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>Shelley zhouyuhao</name></author>
		
	</entry>
</feed>