<?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=ChinPangHo</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=ChinPangHo"/>
	<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php/Special:Contributions/ChinPangHo"/>
	<updated>2026-07-21T13:28:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.6</generator>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10752</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10752"/>
		<updated>2011-01-18T13:03:10Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Modified-Power-Series_Distribution.html Modified Power Series distributon]: &amp;lt;math&amp;gt; P(X=x)={a(x)\left\{u(c)\right\}^{x} \over A(c)}    &amp;lt;/math&amp;gt;  where  &amp;lt;math&amp;gt; A(c)=\sum _{x}a(x)\left\{u(c)\right\}^{x}  ,a(x)\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Positive-binomial_Distribution.html Positive binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=\binom{n}{x}{p^{x} q^{n-x} \over (1-q^{n} )} &amp;lt;/math&amp;gt;          where    &amp;lt;math&amp;gt;  x=1,2,...,n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Basic-Lagrangian-distribution-of-the-first-kind.html Basic Lagrangian distribution of the first kind (BLD1)]: &amp;lt;math&amp;gt; P(X=x)={1\over x!} \left[{\partial ^{x-1} \over \partial z^{x-1} } (g(z))^{x} \right]_{z=0} &amp;lt;/math&amp;gt;   where &amp;lt;math&amp;gt;   g(z) &amp;lt;/math&amp;gt; is pgf , &amp;lt;math&amp;gt; g(0) &amp;lt;/math&amp;gt; is not 0 &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/General-Basic-Lagrangian-distribution-of-the-first-kind.html General Basic Lagrangian distribution of the first kind (GLD1)]: &amp;lt;math&amp;gt; P(X=0)=f(0) , &lt;br /&gt;
P(X=x)={1\over x!} \left[{\partial ^{x-1} \over \partial z^{x-1} } \left\{(g(z))^{x} {\partial f(z)\over \partial z} \right\}\right]_{z=0}  ,    x&amp;gt;0&amp;lt;/math&amp;gt; Where f(z) and g(z) are pgf  ,  &amp;lt;math&amp;gt;\left[{\partial ^{x-1} \over \partial z^{x-1} } \left\{(g(z))^{x} {\partial f(z)\over \partial z} \right\}\right]_{z=0} &amp;gt;0&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-delta_Distribution.html Binomial-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x}\binom{{mx}}{x-n}p^{x-n} q^{n+mx-x} &amp;lt;/math&amp;gt;   for   &amp;lt;math&amp;gt;x\ge n&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-Poisson_Distribution.html Binomial-Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)=e^{-M} {(Mq^{m} )^{x} \over x!} {}_{2} F{}_{0} [1-x,-mx;{p\over Mq} ] &amp;lt;/math&amp;gt;   ,    for   &amp;lt;math&amp;gt;x\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-negative-binomial_Distribution.html Binomial-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={\Gamma (k+x)\over x!\Gamma (x)} Q^{-k} \left({Pq^{m} \over Q} \right)^{x} {}_{2} F_{1} [1-x,-mx;1-x-k;{-pQ\over qP} ] &amp;lt;/math&amp;gt;  for   &amp;lt;math&amp;gt;x\ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-delta _Distribution.html Poisson-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x} {e^{-\theta x} (\theta x)^{x-n} \over (x-n)} &amp;lt;/math&amp;gt;    for  &amp;lt;math&amp;gt;x\ge n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-Poisson_Distribution.html Poisson-Poisson distribution(also called &amp;quot;Generalized Poisson distribution&amp;quot;)]: &amp;lt;math&amp;gt; P(X=x)=M(M+\theta x)^{x-1} e^{-(M+\theta x)} /x! &amp;lt;/math&amp;gt;   for  &amp;lt;math&amp;gt;x\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-binomial_Distribution.html Poisson-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={(\theta x)^{x-1} \over x!} e^{-\theta x} npq^{n-1} {}_{2} F_{0} [1-x,1-n;{p\over \theta qx} ]    ,    x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-negative-binomial_Distribution.html Poisson-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={(\theta x)^{x-1} \over x!} e^{-\theta x} kPQ^{-k-1} {}_{2} F_{0} [1-x,1+k;{-P\over \theta Qx} ]    ,   x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-delta_Distribution.html Negative-binomial-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x} {\Gamma (kx+x-1)\over (x-n)!\Gamma (kx)} \left({P\over Q} \right)^{x-n} Q^{-kx}     ,   x\ge n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-Poisson_Distribution.html Negative-binomial-Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={e^{-M} M^{x} \over x!} Q^{-kx} {}_{2} F_{0} [1-x,kx;-;{-P\over MQ} ] &amp;lt;/math&amp;gt; ,  for  &amp;lt;math&amp;gt;x\ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-binomial_Distribution.html Negative-binomial-binomial distribution]: &amp;lt;math&amp;gt; P(X=0)=q^{n} &amp;lt;/math&amp;gt; , &amp;lt;math&amp;gt;P(X=x)=npq^{n-1} {\Gamma (kx+x-1)\over x!\Gamma (kx)} \left({P\over Q} \right)^{x-1} Q^{-kx} {}_{2} F_{1} [1-x,1-n;2-x-kx;{-pQ\over Pq} ] &amp;lt;/math&amp;gt;  for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-negative-binomial_Distribution.html Negative-binomial-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=(Q')^{-M} \left({P'\over Q'Q^{k} } \right)^{x} {\Gamma (M+x)\over x!\Gamma (M)} {}_{2} F_{1} [1-x,kx;1-M-x;{PQ'\over P'Q} ] &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weight-binomial_Distribution.html Weight binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=w(x)p_{x} /\sum _{x}^{}w(x)p_{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Positive-Poisson_Distribution.html Positive Poisson distribution (conditional Poisson distribution)]: &amp;lt;math&amp;gt; P(X=x)=(e^{\theta } -1)^{-1} \theta ^{x} /x! , x=1,2,......&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Left-truncated-Poisson_Distribution.html Left-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={e^{-\theta } \theta ^{x} \over x!} \left[1-e^{-\theta } \sum _{j=0}^{r_{1} -1}{\theta ^{j} \over j!}  \right]^{-1} , x=r_{1} ,r_{1} +1,...&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Right-truncated-Poisson_Distribution.html Right-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={\theta ^{x} \over x!} \left[\sum _{j=0}^{r_{2} }{\theta ^{j} \over j!}  \right]^{-1} , x=0,1,...,r_{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-truncated-Poisson_Distribution.html Doubly-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={\theta ^{x} \over x!} \left[\sum _{j=r_{1} }^{r_{2} }{\theta ^{j} \over j!}  \right]^{-1} , x=r_{1} ,r_{1} +1,...,r_{2} , 0&amp;lt;r_{1} &amp;lt;r_{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Misrecorded-Poisson_Distribution.html Misrecorded Poisson distribution]: &amp;lt;math&amp;gt; P(X=0)=\omega +(1-\omega )e^{-\theta }, P(X=x)=(1-\omega ){e^{-\theta } \theta ^{x} \over x!} , x\ge 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;
* [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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Lévy to Cauchy]:&amp;lt;math&amp;gt; \alpha =1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gaussian_Distribution.html Lévy to Gaussian]:&amp;lt;math&amp;gt; \alpha \to 2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power-series_Distribution.html Modified Power Series to Power series]:&amp;lt;math&amp;gt; u(c)=c  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html BLD1 to Geometric]:&amp;lt;math&amp;gt; g(z)=1-p+pz \ &amp;lt;/math&amp;gt; where&amp;lt;math&amp;gt;0&amp;lt;p&amp;lt;1  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Borel-Tanner_Distribution.html BLD1 to Borel-Tanner]:&amp;lt;math&amp;gt; g(z)=e^{\lambda (z-1)}  , 0&amp;lt;\lambda  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial_Distribution.html GLD1 to Binomial]:&amp;lt;math&amp;gt; g(z)=1 \ &amp;lt;/math&amp;gt;  and   &amp;lt;math&amp;gt;f(z)=(q'+p'z)^{n}  \ &amp;lt;/math&amp;gt;   where  &amp;lt;math&amp;gt;q'=1-p' \ &amp;lt;/math&amp;gt;  ,  &amp;lt;math&amp;gt;0&amp;lt;p'&amp;lt;1 \ &amp;lt;/math&amp;gt;, and n is positive integer.&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial_Distribution.html GLD1 to Negative binomial]:&amp;lt;math&amp;gt; g(z)=1 \ &amp;lt;/math&amp;gt;      and   &amp;lt;math&amp;gt;      f(z)=(q'+p'z)^{n} \ &amp;lt;/math&amp;gt;        where  &amp;lt;math&amp;gt;      q'=1+P \ &amp;lt;/math&amp;gt;  , &amp;lt;math&amp;gt;      0&amp;lt;P \ &amp;lt;/math&amp;gt; , and &amp;lt;math&amp;gt;  n=-k&amp;lt;0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-delta_Distribution.html GLD1 to Binomial-delta]: &amp;lt;math&amp;gt; g(z)=(q+pz)^{m}  \ &amp;lt;/math&amp;gt; , &amp;lt;math&amp;gt;      f(z)=z^{n}  \ &amp;lt;/math&amp;gt; , &amp;lt;math&amp;gt; mp&amp;lt;1  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-Poisson_Distribution.html GLD1 to Binomial-Poisson]:&amp;lt;math&amp;gt; : g(z)=(q+pz)^{m}  \ &amp;lt;/math&amp;gt; , &amp;lt;math&amp;gt; f(z)=e^{M(z-1)} \ &amp;lt;/math&amp;gt; , &amp;lt;math&amp;gt; mp&amp;lt;1  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-negative-binomial_Distribution.html GLD1 to Binomial-negative-binomial]:&amp;lt;math&amp;gt; g(z)=(q+pz)^{m} \  &amp;lt;/math&amp;gt;  ,  &amp;lt;math&amp;gt; f(z)=(Q-Pz)^{-k} \  &amp;lt;/math&amp;gt;  ,  &amp;lt;math&amp;gt; mp&amp;lt;1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-delta_Distribution.html GLD1 to Poisson-delta]: &amp;lt;math&amp;gt; g(z)=e^{\theta (z-1)} \ &amp;lt;/math&amp;gt;,   &amp;lt;math&amp;gt; f(z)=z^{n}  \ &amp;lt;/math&amp;gt;,  &amp;lt;math&amp;gt; \theta &amp;lt;1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-Poisson_Distribution.html GLD1 to Poisson-Poisson]: &amp;lt;math&amp;gt; g(z)=e^{\theta (z-1)}   ,  f(z)=e^{M(z-1)}   ,  \theta &amp;lt;1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-binomial_Distribution.html GLD1 to Poisson-binomial]: &amp;lt;math&amp;gt; g(z)=e^{\theta (z-1)}   ,  f(z)=(q+pz)^{n} , \theta &amp;lt;1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-negative-binomial_Distribution.html GLD1 to Poisson-negative-binomial]: &amp;lt;math&amp;gt; g(z)=e^{\theta (z-1)}   ,  f(z)=(Q-Pz)^{-k} , \theta &amp;lt;1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-delta_Distribution.html GLD1 to Negative-binomial-delta]: &amp;lt;math&amp;gt; g(z)=(Q-Pz)^{-k}   ,  f(z)=z^{n}   ,   kP&amp;lt;1  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-Poisson_Distribution.html GLD1 to Negative-binomial-Poisson]: &amp;lt;math&amp;gt; g(z)=(Q-Pz)^{-k}    ,  f(z)=e^{M(z-1)}   , kP&amp;lt;1  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-binomial_Distribution.html GLD1 to Negative-binomial-binomial]: &amp;lt;math&amp;gt; g(z)=(Q-Pz)^{-k}   ,  f(z)=(q+pz)^{n}   , kP&amp;lt;1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-negative-binomial_Distribution.html GLD1 to Negative-binomial-negative-binomial]: &amp;lt;math&amp;gt; g(z)=(Q-Pz)^{-k}   ,  f(z)=(Q'-P'z)^{-M}  ,  kP&amp;lt;1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson_Distribution.html Chi-Square to Poisson]: &amp;lt;math&amp;gt; \left(1-F_{\chi _{2(x+1)}^{2} } (2t/\tau )\right)-\left(1-F_{\chi _{2x}^{2} } (2t/\tau )\right) \ &amp;lt;/math&amp;gt;       and     &amp;lt;math&amp;gt; \lambda =t/\tau \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Positive-Poisson_Distribution.html Left-truncated Poisson to Positive Poisson]: &amp;lt;math&amp;gt; r_{1} =1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Right-truncated-Poisson_Distribution.html Doubly-truncated Poisson to Right-truncated Poisson]: &amp;lt;math&amp;gt; r_{1} =0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10751</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10751"/>
		<updated>2011-01-18T13:01:06Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Modified-Power-Series_Distribution.html Modified Power Series distributon]: &amp;lt;math&amp;gt; P(X=x)={a(x)\left\{u(c)\right\}^{x} \over A(c)}    &amp;lt;/math&amp;gt;  where  &amp;lt;math&amp;gt; A(c)=\sum _{x}a(x)\left\{u(c)\right\}^{x}  ,a(x)\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Positive-binomial_Distribution.html Positive binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=\binom{n}{x}{p^{x} q^{n-x} \over (1-q^{n} )} &amp;lt;/math&amp;gt;          where    &amp;lt;math&amp;gt;  x=1,2,...,n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Basic-Lagrangian-distribution-of-the-first-kind.html Basic Lagrangian distribution of the first kind (BLD1)]: &amp;lt;math&amp;gt; P(X=x)={1\over x!} \left[{\partial ^{x-1} \over \partial z^{x-1} } (g(z))^{x} \right]_{z=0} &amp;lt;/math&amp;gt;   where &amp;lt;math&amp;gt;   g(z) &amp;lt;/math&amp;gt; is pgf , &amp;lt;math&amp;gt; g(0) &amp;lt;/math&amp;gt; is not 0 &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/General-Basic-Lagrangian-distribution-of-the-first-kind.html General Basic Lagrangian distribution of the first kind (GLD1)]: &amp;lt;math&amp;gt; P(X=0)=f(0) , &lt;br /&gt;
P(X=x)={1\over x!} \left[{\partial ^{x-1} \over \partial z^{x-1} } \left\{(g(z))^{x} {\partial f(z)\over \partial z} \right\}\right]_{z=0}  ,    x&amp;gt;0&amp;lt;/math&amp;gt; Where f(z) and g(z) are pgf  ,  &amp;lt;math&amp;gt;\left[{\partial ^{x-1} \over \partial z^{x-1} } \left\{(g(z))^{x} {\partial f(z)\over \partial z} \right\}\right]_{z=0} &amp;gt;0&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-delta_Distribution.html Binomial-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x}\binom{{mx}}{x-n}p^{x-n} q^{n+mx-x} &amp;lt;/math&amp;gt;   for   &amp;lt;math&amp;gt;x\ge n&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-Poisson_Distribution.html Binomial-Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)=e^{-M} {(Mq^{m} )^{x} \over x!} {}_{2} F{}_{0} [1-x,-mx;{p\over Mq} ] &amp;lt;/math&amp;gt;   ,    for   &amp;lt;math&amp;gt;x\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-negative-binomial_Distribution.html Binomial-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={\Gamma (k+x)\over x!\Gamma (x)} Q^{-k} \left({Pq^{m} \over Q} \right)^{x} {}_{2} F_{1} [1-x,-mx;1-x-k;{-pQ\over qP} ] &amp;lt;/math&amp;gt;  for   &amp;lt;math&amp;gt;x\ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-delta _Distribution.html Poisson-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x} {e^{-\theta x} (\theta x)^{x-n} \over (x-n)} &amp;lt;/math&amp;gt;    for  &amp;lt;math&amp;gt;x\ge n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-Poisson_Distribution.html Poisson-Poisson distribution(also called &amp;quot;Generalized Poisson distribution&amp;quot;)]: &amp;lt;math&amp;gt; P(X=x)=M(M+\theta x)^{x-1} e^{-(M+\theta x)} /x! &amp;lt;/math&amp;gt;   for  &amp;lt;math&amp;gt;x\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-binomial_Distribution.html Poisson-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={(\theta x)^{x-1} \over x!} e^{-\theta x} npq^{n-1} {}_{2} F_{0} [1-x,1-n;{p\over \theta qx} ]    ,    x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-negative-binomial_Distribution.html Poisson-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={(\theta x)^{x-1} \over x!} e^{-\theta x} kPQ^{-k-1} {}_{2} F_{0} [1-x,1+k;{-P\over \theta Qx} ]    ,   x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-delta_Distribution.html Negative-binomial-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x} {\Gamma (kx+x-1)\over (x-n)!\Gamma (kx)} \left({P\over Q} \right)^{x-n} Q^{-kx}     ,   x\ge n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-Poisson_Distribution.html Negative-binomial-Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={e^{-M} M^{x} \over x!} Q^{-kx} {}_{2} F_{0} [1-x,kx;-;{-P\over MQ} ] &amp;lt;/math&amp;gt; ,  for  &amp;lt;math&amp;gt;x\ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-binomial_Distribution.html Negative-binomial-binomial distribution]: &amp;lt;math&amp;gt; P(X=0)=q^{n} &amp;lt;/math&amp;gt; , &amp;lt;math&amp;gt;P(X=x)=npq^{n-1} {\Gamma (kx+x-1)\over x!\Gamma (kx)} \left({P\over Q} \right)^{x-1} Q^{-kx} {}_{2} F_{1} [1-x,1-n;2-x-kx;{-pQ\over Pq} ] &amp;lt;/math&amp;gt;  for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-negative-binomial_Distribution.html Negative-binomial-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=(Q')^{-M} \left({P'\over Q'Q^{k} } \right)^{x} {\Gamma (M+x)\over x!\Gamma (M)} {}_{2} F_{1} [1-x,kx;1-M-x;{PQ'\over P'Q} ] &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weight-binomial_Distribution.html Weight binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=w(x)p_{x} /\sum _{x}^{}w(x)p_{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Positive-Poisson_Distribution.html Positive Poisson distribution (conditional Poisson distribution)]: &amp;lt;math&amp;gt; P(X=x)=(e^{\theta } -1)^{-1} \theta ^{x} /x! , x=1,2,......&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Left-truncated-Poisson_Distribution.html Left-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={e^{-\theta } \theta ^{x} \over x!} \left[1-e^{-\theta } \sum _{j=0}^{r_{1} -1}{\theta ^{j} \over j!}  \right]^{-1} , x=r_{1} ,r_{1} +1,...&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Right-truncated-Poisson_Distribution.html Right-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={\theta ^{x} \over x!} \left[\sum _{j=0}^{r_{2} }{\theta ^{j} \over j!}  \right]^{-1} , x=0,1,...,r_{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-truncated-Poisson_Distribution.html Doubly-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={\theta ^{x} \over x!} \left[\sum _{j=r_{1} }^{r_{2} }{\theta ^{j} \over j!}  \right]^{-1} , x=r_{1} ,r_{1} +1,...,r_{2} , 0&amp;lt;r_{1} &amp;lt;r_{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Misrecorded-Poisson_Distribution.html Misrecorded Poisson distribution]: &amp;lt;math&amp;gt; P(X=0)=\omega +(1-\omega )e^{-\theta }, P(X=x)=(1-\omega ){e^{-\theta } \theta ^{x} \over x!} , x\ge 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;
* [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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10750</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10750"/>
		<updated>2011-01-18T12:52:09Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Modified-Power-Series_Distribution.html Modified Power Series distributon]: &amp;lt;math&amp;gt; P(X=x)={a(x)\left\{u(c)\right\}^{x} \over A(c)}    &amp;lt;/math&amp;gt;  where  &amp;lt;math&amp;gt; A(c)=\sum _{x}a(x)\left\{u(c)\right\}^{x}  ,a(x)\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Positive-binomial_Distribution.html Positive binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=\left\binom{n}{x}\right{p^{x} q^{n-x} \over (1-q^{n} )} &amp;lt;/math&amp;gt;          where    &amp;lt;math&amp;gt;  x=1,2,...,n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Basic-Lagrangian-distribution-of-the-first-kind.html Basic Lagrangian distribution of the first kind (BLD1)]: &amp;lt;math&amp;gt; P(X=x)={1\over x!} \left[{\partial ^{x-1} \over \partial z^{x-1} } (g(z))^{x} \right]_{z=0} &amp;lt;/math&amp;gt;   where &amp;lt;math&amp;gt;   g(z) &amp;lt;/math&amp;gt; is pgf , &amp;lt;math&amp;gt; g(0) &amp;lt;/math&amp;gt; is not 0 &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/General-Basic-Lagrangian-distribution-of-the-first-kind.html General Basic Lagrangian distribution of the first kind (GLD1)]: &amp;lt;math&amp;gt; P(X=0)=f(0) , &lt;br /&gt;
P(X=x)={1\over x!} \left[{\partial ^{x-1} \over \partial z^{x-1} } \left\{(g(z))^{x} {\partial f(z)\over \partial z} \right\}\right]_{z=0}  ,    x&amp;gt;0&amp;lt;/math&amp;gt; Where f(z) and g(z) are pgf  ,  &amp;lt;math&amp;gt;\left[{\partial ^{x-1} \over \partial z^{x-1} } \left\{(g(z))^{x} {\partial f(z)\over \partial z} \right\}\right]_{z=0} &amp;gt;0&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-delta_Distribution.html Binomial-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x}\binom{{mx}}{x-n}p^{x-n} q^{n+mx-x} &amp;lt;/math&amp;gt;   for   &amp;lt;math&amp;gt;x\ge n&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-Poisson_Distribution.html Binomial-Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)=e^{-M} {(Mq^{m} )^{x} \over x!} {}_{2} F{}_{0} [1-x,-mx;{p\over Mq} ] &amp;lt;/math&amp;gt;   ,    for   &amp;lt;math&amp;gt;x\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-negative-binomial_Distribution.html Binomial-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={\Gamma (k+x)\over x!\Gamma (x)} Q^{-k} \left({Pq^{m} \over Q} \right)^{x} {}_{2} F_{1} [1-x,-mx;1-x-k;{-pQ\over qP} ] &amp;lt;/math&amp;gt;  for   &amp;lt;math&amp;gt;x\ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-delta _Distribution.html Poisson-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x} {e^{-\theta x} (\theta x)^{x-n} \over (x-n)} &amp;lt;/math&amp;gt;    for  &amp;lt;math&amp;gt;x\ge n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-Poisson_Distribution.html Poisson-Poisson distribution(also called &amp;quot;Generalized Poisson distribution&amp;quot;)]: &amp;lt;math&amp;gt; P(X=x)=M(M+\theta x)^{x-1} e^{-(M+\theta x)} /x! &amp;lt;/math&amp;gt;   for  &amp;lt;math&amp;gt;x\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-binomial_Distribution.html Poisson-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={(\theta x)^{x-1} \over x!} e^{-\theta x} npq^{n-1} {}_{2} F_{0} [1-x,1-n;{p\over \theta qx} ]    ,    x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-negative-binomial_Distribution.html Poisson-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={(\theta x)^{x-1} \over x!} e^{-\theta x} kPQ^{-k-1} {}_{2} F_{0} [1-x,1+k;{-P\over \theta Qx} ]    ,   x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-delta_Distribution.html Negative-binomial-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x} {\Gamma (kx+x-1)\over (x-n)!\Gamma (kx)} \left({P\over Q} \right)^{x-n} Q^{-kx}     ,   x\ge n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-Poisson_Distribution.html Negative-binomial-Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={e^{-M} M^{x} \over x!} Q^{-kx} {}_{2} F_{0} [1-x,kx;-;{-P\over MQ} ] &amp;lt;/math&amp;gt; ,  for  &amp;lt;math&amp;gt;x\ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-binomial_Distribution.html Negative-binomial-binomial distribution]: &amp;lt;math&amp;gt; P(X=0)=q^{n} &amp;lt;/math&amp;gt; , &amp;lt;math&amp;gt;P(X=x)=npq^{n-1} {\Gamma (kx+x-1)\over x!\Gamma (kx)} \left({P\over Q} \right)^{x-1} Q^{-kx} {}_{2} F_{1} [1-x,1-n;2-x-kx;{-pQ\over Pq} ] &amp;lt;/math&amp;gt;  for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-negative-binomial_Distribution.html Negative-binomial-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=(Q')^{-M} \left({P'\over Q'Q^{k} } \right)^{x} {\Gamma (M+x)\over x!\Gamma (M)} {}_{2} F_{1} [1-x,kx;1-M-x;{PQ'\over P'Q} ] &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weight-binomial_Distribution.html Weight binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=w(x)p_{x} /\sum _{x}^{}w(x)p_{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Positive-Poisson_Distribution.html Positive Poisson distribution (conditional Poisson distribution)]: &amp;lt;math&amp;gt; P(X=x)=(e^{\theta } -1)^{-1} \theta ^{x} /x! , x=1,2,......&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Left-truncated-Poisson_Distribution.html Left-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={e^{-\theta } \theta ^{x} \over x!} \left[1-e^{-\theta } \sum _{j=0}^{r_{1} -1}{\theta ^{j} \over j!}  \right]^{-1} , x=r_{1} ,r_{1} +1,...&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Right-truncated-Poisson_Distribution.html Right-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={\theta ^{x} \over x!} \left[\sum _{j=0}^{r_{2} }{\theta ^{j} \over j!}  \right]^{-1} , x=0,1,...,r_{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-truncated-Poisson_Distribution.html Doubly-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={\theta ^{x} \over x!} \left[\sum _{j=r_{1} }^{r_{2} }{\theta ^{j} \over j!}  \right]^{-1} , x=r_{1} ,r_{1} +1,...,r_{2} , 0&amp;lt;r_{1} &amp;lt;r_{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Misrecorded-Poisson_Distribution.html Misrecorded Poisson distribution]: &amp;lt;math&amp;gt; P(X=0)=\omega +(1-\omega )e^{-\theta }, P(X=x)=(1-\omega ){e^{-\theta } \theta ^{x} \over x!} , x\ge 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;
* [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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10749</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10749"/>
		<updated>2011-01-18T12:49:32Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Modified-Power-Series_Distribution.html Modified Power Series distributon]: &amp;lt;math&amp;gt; P(X=x)={a(x)\left\{u(c)\right\}^{x} \over A(c)}    &amp;lt;/math&amp;gt;  where  &amp;lt;math&amp;gt; A(c)=\sum _{x}a(x)\left\{u(c)\right\}^{x}  ,a(x)\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Positive-binomial_Distribution.html Positive binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=\left\binom{n}{x}\right{p^{x} q^{n-x} \over (1-q^{n} )} &amp;lt;/math&amp;gt;          where    &amp;lt;math&amp;gt;  x=1,2,...,n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Basic-Lagrangian-distribution-of-the-first-kind.html Basic Lagrangian distribution of the first kind (BLD1)]: &amp;lt;math&amp;gt; P(X=x)={1\over x!} \left[{\partial ^{x-1} \over \partial z^{x-1} } (g(z))^{x} \right]_{z=0} &amp;lt;/math&amp;gt;   where &amp;lt;math&amp;gt;   g(z) &amp;lt;/math&amp;gt; is pgf , &amp;lt;math&amp;gt; g(0) &amp;lt;/math&amp;gt; is not 0 &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/General-Basic-Lagrangian-distribution-of-the-first-kind.html General Basic Lagrangian distribution of the first kind (GLD1)]: &amp;lt;math&amp;gt; {P(X=0)=f(0)} \cr , &lt;br /&gt;
P(X=x)={1\over x!} \left[{\partial ^{x-1} \over \partial z^{x-1} } \left\{(g(z))^{x} {\partial f(z)\over \partial z} \right\}\right]_{z=0}  ,    x&amp;gt;0&amp;lt;/math&amp;gt; Where f(z) and g(z) are pgf  ,  &amp;lt;math&amp;gt;\left[{\partial ^{x-1} \over \partial z^{x-1} } \left\{(g(z))^{x} {\partial f(z)\over \partial z} \right\}\right]_{z=0} &amp;gt;0&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-delta_Distribution.html Binomial-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x}\binom{{mx}}{x-n}p^{x-n} q^{n+mx-x} &amp;lt;/math&amp;gt;   for   &amp;lt;math&amp;gt;x\ge n&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-Poisson_Distribution.html Binomial-Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)=e^{-M} {(Mq^{m} )^{x} \over x!} {}_{2} F{}_{0} [1-x,-mx;{p\over Mq} ] &amp;lt;/math&amp;gt;   ,    for   &amp;lt;math&amp;gt;x\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-negative-binomial_Distribution.html Binomial-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={\Gamma (k+x)\over x!\Gamma (x)} Q^{-k} \left({Pq^{m} \over Q} \right)^{x} {}_{2} F_{1} [1-x,-mx;1-x-k;{-pQ\over qP} ] &amp;lt;/math&amp;gt;  for   &amp;lt;math&amp;gt;x\ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-delta _Distribution.html Poisson-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x} {e^{-\theta x} (\theta x)^{x-n} \over (x-n)} &amp;lt;/math&amp;gt;    for  &amp;lt;math&amp;gt;x\ge n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-Poisson_Distribution.html Poisson-Poisson distribution(also called &amp;quot;Generalized Poisson distribution&amp;quot;)]: &amp;lt;math&amp;gt; P(X=x)=M(M+\theta x)^{x-1} e^{-(M+\theta x)} /x! &amp;lt;/math&amp;gt;   for  &amp;lt;math&amp;gt;x\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-binomial_Distribution.html Poisson-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={(\theta x)^{x-1} \over x!} e^{-\theta x} npq^{n-1} {}_{2} F_{0} [1-x,1-n;{p\over \theta qx} ]    ,    x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-negative-binomial_Distribution.html Poisson-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={(\theta x)^{x-1} \over x!} e^{-\theta x} kPQ^{-k-1} {}_{2} F_{0} [1-x,1+k;{-P\over \theta Qx} ]    ,   x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-delta_Distribution.html Negative-binomial-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x} {\Gamma (kx+x-1)\over (x-n)!\Gamma (kx)} \left({P\over Q} \right)^{x-n} Q^{-kx}     ,   x\ge n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-Poisson_Distribution.html Negative-binomial-Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={e^{-M} M^{x} \over x!} Q^{-kx} {}_{2} F_{0} [1-x,kx;-;{-P\over MQ} ] &amp;lt;/math&amp;gt; ,  for  &amp;lt;math&amp;gt;x\ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-binomial_Distribution.html Negative-binomial-binomial distribution]: &amp;lt;math&amp;gt; P(X=0)=q^{n} &amp;lt;/math&amp;gt; , &amp;lt;math&amp;gt;P(X=x)=npq^{n-1} {\Gamma (kx+x-1)\over x!\Gamma (kx)} \left({P\over Q} \right)^{x-1} Q^{-kx} {}_{2} F_{1} [1-x,1-n;2-x-kx;{-pQ\over Pq} ] &amp;lt;/math&amp;gt;  for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-negative-binomial_Distribution.html Negative-binomial-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=(Q')^{-M} \left({P'\over Q'Q^{k} } \right)^{x} {\Gamma (M+x)\over x!\Gamma (M)} {}_{2} F_{1} [1-x,kx;1-M-x;{PQ'\over P'Q} ] &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weight-binomial_Distribution.html Weight binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=w(x)p_{x} /\sum _{x}^{}w(x)p_{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Positive-Poisson_Distribution.html Positive Poisson distribution (conditional Poisson distribution)]: &amp;lt;math&amp;gt; P(X=x)=(e^{\theta } -1)^{-1} \theta ^{x} /x! , x=1,2,......&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Left-truncated-Poisson_Distribution.html Left-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={e^{-\theta } \theta ^{x} \over x!} \left[1-e^{-\theta } \sum _{j=0}^{r_{1} -1}{\theta ^{j} \over j!}  \right]^{-1} , x=r_{1} ,r_{1} +1,...&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Right-truncated-Poisson_Distribution.html Right-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={\theta ^{x} \over x!} \left[\sum _{j=0}^{r_{2} }{\theta ^{j} \over j!}  \right]^{-1} , x=0,1,...,r_{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-truncated-Poisson_Distribution.html Doubly-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={\theta ^{x} \over x!} \left[\sum _{j=r_{1} }^{r_{2} }{\theta ^{j} \over j!}  \right]^{-1} , x=r_{1} ,r_{1} +1,...,r_{2} , 0&amp;lt;r_{1} &amp;lt;r_{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Misrecorded-Poisson_Distribution.html Misrecorded Poisson distribution]: &amp;lt;math&amp;gt; P(X=0)=\omega +(1-\omega )e^{-\theta }, P(X=x)=(1-\omega ){e^{-\theta } \theta ^{x} \over x!} , x\ge 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;
* [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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10748</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10748"/>
		<updated>2011-01-18T12:46:07Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Modified-Power-Series_Distribution.html Modified Power Series distributon]: &amp;lt;math&amp;gt; P(X=x)={a(x)\left\{u(c)\right\}^{x} \over A(c)}    &amp;lt;/math&amp;gt;  where  &amp;lt;math&amp;gt; A(c)=\sum _{x}a(x)\left\{u(c)\right\}^{x}  ,a(x)\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Positive-binomial_Distribution.html Positive binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=\left\binom{n}{x}\right{p^{x} q^{n-x} \over (1-q^{n} )} &amp;lt;/math&amp;gt;        where    &amp;lt;math&amp;gt;  x=1,2,...,n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Basic-Lagrangian-distribution-of-the-first-kind.html Basic Lagrangian distribution of the first kind (BLD1)]: &amp;lt;math&amp;gt; P(X=x)={1\over x!} \left[{\partial ^{x-1} \over \partial z^{x-1} } (g(z))^{x} \right]_{z=0} &amp;lt;/math&amp;gt;   where &amp;lt;math&amp;gt;   g(z) &amp;lt;/math&amp;gt; is pgf , &amp;lt;math&amp;gt; g(0) &amp;lt;/math&amp;gt; is not 0 &lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/General-Basic-Lagrangian-distribution-of-the-first-kind.html General Basic Lagrangian distribution of the first kind (GLD1)]: &amp;lt;math&amp;gt; {P(X=0)=f(0)} \cr , &lt;br /&gt;
P(X=x)={1\over x!} \left[{\partial ^{x-1} \over \partial z^{x-1} } \left\{(g(z))^{x} {\partial f(z)\over \partial z} \right\}\right]_{z=0}  ,    x&amp;gt;0&amp;lt;/math&amp;gt; Where f(z) and g(z) are pgf  ,  &amp;lt;math&amp;gt;\left[{\partial ^{x-1} \over \partial z^{x-1} } \left\{(g(z))^{x} {\partial f(z)\over \partial z} \right\}\right]_{z=0} &amp;gt;0&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-delta_Distribution.html Binomial-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x}\binom{{mx}}{x-n}p^{x-n} q^{n+mx-x} &amp;lt;/math&amp;gt;   for   &amp;lt;math&amp;gt;x\ge n&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-Poisson_Distribution.html Binomial-Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)=e^{-M} {(Mq^{m} )^{x} \over x!} {}_{2} F{}_{0} [1-x,-mx;{p\over Mq} ] &amp;lt;/math&amp;gt;   ,    for   &amp;lt;math&amp;gt;x\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Binomial-negative-binomial_Distribution.html Binomial-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={\Gamma (k+x)\over x!\Gamma (x)} Q^{-k} \left({Pq^{m} \over Q} \right)^{x} {}_{2} F_{1} [1-x,-mx;1-x-k;{-pQ\over qP} ] &amp;lt;/math&amp;gt;  for   &amp;lt;math&amp;gt;x\ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-delta _Distribution.html Poisson-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x} {e^{-\theta x} (\theta x)^{x-n} \over (x-n)} &amp;lt;/math&amp;gt;    for  &amp;lt;math&amp;gt;x\ge n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-Poisson_Distribution.html Poisson-Poisson distribution(also called &amp;quot;Generalized Poisson distribution&amp;quot;)]: &amp;lt;math&amp;gt; P(X=x)=M(M+\theta x)^{x-1} e^{-(M+\theta x)} /x! &amp;lt;/math&amp;gt;   for  &amp;lt;math&amp;gt;x\ge 0 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-binomial_Distribution.html Poisson-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={(\theta x)^{x-1} \over x!} e^{-\theta x} npq^{n-1} {}_{2} F_{0} [1-x,1-n;{p\over \theta qx} ]    ,    x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-negative-binomial_Distribution.html Poisson-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)={(\theta x)^{x-1} \over x!} e^{-\theta x} kPQ^{-k-1} {}_{2} F_{0} [1-x,1+k;{-P\over \theta Qx} ]    ,   x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-delta_Distribution.html Negative-binomial-delta distribution]: &amp;lt;math&amp;gt; P(X=x)={n\over x} {\Gamma (kx+x-1)\over (x-n)!\Gamma (kx)} \left({P\over Q} \right)^{x-n} Q^{-kx}     ,   x\ge n &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-Poisson_Distribution.html Negative-binomial-Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={e^{-M} M^{x} \over x!} Q^{-kx} {}_{2} F_{0} [1-x,kx;-;{-P\over MQ} ] &amp;lt;/math&amp;gt; ,  for  &amp;lt;math&amp;gt;x\ge 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-binomial_Distribution.html Negative-binomial-binomial distribution]: &amp;lt;math&amp;gt; P(X=0)=q^{n} &amp;lt;/math&amp;gt; , &amp;lt;math&amp;gt;P(X=x)=npq^{n-1} {\Gamma (kx+x-1)\over x!\Gamma (kx)} \left({P\over Q} \right)^{x-1} Q^{-kx} {}_{2} F_{1} [1-x,1-n;2-x-kx;{-pQ\over Pq} ] &amp;lt;/math&amp;gt;  for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial-negative-binomial_Distribution.html Negative-binomial-negative-binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=(Q')^{-M} \left({P'\over Q'Q^{k} } \right)^{x} {\Gamma (M+x)\over x!\Gamma (M)} {}_{2} F_{1} [1-x,kx;1-M-x;{PQ'\over P'Q} ] &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;x\ge 1&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Weight-binomial_Distribution.html Weight binomial distribution]: &amp;lt;math&amp;gt; P(X=x)=w(x)p_{x} /\sum _{x}^{}w(x)p_{x}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Positive-Poisson_Distribution.html Positive Poisson distribution (conditional Poisson distribution)]: &amp;lt;math&amp;gt; P(X=x)=(e^{\theta } -1)^{-1} \theta ^{x} /x! , x=1,2,......&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Left-truncated-Poisson_Distribution.html Left-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={e^{-\theta } \theta ^{x} \over x!} \left[1-e^{-\theta } \sum _{j=0}^{r_{1} -1}{\theta ^{j} \over j!}  \right]^{-1} , x=r_{1} ,r_{1} +1,...&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Right-truncated-Poisson_Distribution.html Right-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={\theta ^{x} \over x!} \left[\sum _{j=0}^{r_{2} }{\theta ^{j} \over j!}  \right]^{-1} , x=0,1,...,r_{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Doubly-truncated-Poisson_Distribution.html Doubly-truncated Poisson distribution]: &amp;lt;math&amp;gt; P(X=x)={\theta ^{x} \over x!} \left[\sum _{j=r_{1} }^{r_{2} }{\theta ^{j} \over j!}  \right]^{-1} , x=r_{1} ,r_{1} +1,...,r_{2} , 0&amp;lt;r_{1} &amp;lt;r_{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Misrecorded-Poisson_Distribution.html Misrecorded Poisson distribution]: &amp;lt;math&amp;gt; P(X=0)=\omega +(1-\omega )e^{-\theta }, P(X=x)=(1-\omega ){e^{-\theta } \theta ^{x} \over x!} , x\ge 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;
* [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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10731</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10731"/>
		<updated>2011-01-11T13:56:39Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10730</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10730"/>
		<updated>2011-01-11T13:56:15Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Poisson-Poisson_Distribution.html GLD1 to Poisson-Poisson]: &amp;lt;math&amp;gt; g(z)=e^{\theta (z-1)}   ,  f(z)=e^{M(z-1)}   ,  \theta &amp;lt;1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10729</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10729"/>
		<updated>2011-01-11T13:45:04Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10728</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10728"/>
		<updated>2011-01-11T13:44:31Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial_Distribution.html GLD1 to Negative binomial]:&amp;lt;math&amp;gt; g(z)=1 \ &amp;lt;/math&amp;gt;      and   &amp;lt;math&amp;gt;      f(z)=(q'+p'z)^{n} \ &amp;lt;/math&amp;gt;        where  &amp;lt;math&amp;gt;      q'=1+P \ &amp;lt;/math&amp;gt;  , &amp;lt;math&amp;gt;      0&amp;lt;P \ &amp;lt;/math&amp;gt; , and &amp;lt;math&amp;gt;  n=-k&amp;lt;0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10727</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10727"/>
		<updated>2011-01-11T13:43:48Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial_Distribution.html GLD1 to Negative binomial]:&amp;lt;math&amp;gt; g(z)=1 \ &amp;lt;/math&amp;gt;      and   &amp;lt;math&amp;gt;      f(z)=(q'+p'z)^{n} \ &amp;lt;/math&amp;gt;        where  &amp;lt;math&amp;gt;      q'=1+P \ &amp;lt;/math&amp;gt;  , &amp;lt;/math&amp;gt;      0&amp;lt;P \ &amp;lt;/math&amp;gt; , and &amp;lt;/math&amp;gt;  n=-k&amp;lt;0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10726</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10726"/>
		<updated>2011-01-11T13:41:57Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10725</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10725"/>
		<updated>2011-01-11T13:41:25Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial_Distribution.html GLD1 to Negative binomial]:&amp;lt;math&amp;gt; g(z)=1   and   f(z)=(q'+p'z)^{n}   where q'=1+P,0&amp;lt;P, and n=-k&amp;lt;0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10724</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10724"/>
		<updated>2011-01-11T13:40:28Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Negative-binomial_Distribution.html GLD1 to Negative binomial]:&amp;lt;math&amp;gt; g(z)=1$   and   $f(z)=(q'+p'z)^{n} $  where $q'=1+P$,$0&amp;lt;P$, and $n=-k&amp;lt;0 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10723</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10723"/>
		<updated>2011-01-11T13:33:47Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10722</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10722"/>
		<updated>2011-01-11T13:33:04Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Lévy to Cauchy]:&amp;lt;math&amp;gt; \alpha =1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gaussian_Distribution.html Lévy to Gaussian]:&amp;lt;math&amp;gt; \alpha \to 2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power-series_Distribution.html Modified Power Series to Power series]:&amp;lt;math&amp;gt; u(c)=c  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html BLD1 to Geometric]:&amp;lt;math&amp;gt; g(z)=1-p+pz \ &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;0&amp;lt;p&amp;lt;1  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10721</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10721"/>
		<updated>2011-01-11T13:32:11Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Lévy to Cauchy]:&amp;lt;math&amp;gt; \alpha =1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gaussian_Distribution.html Lévy to Gaussian]:&amp;lt;math&amp;gt; \alpha \to 2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power-series_Distribution.html Modified Power Series to Power series]:&amp;lt;math&amp;gt; u(c)=c  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html BLD1 to Geometric]:&amp;lt;math&amp;gt; g(z)=1-p+pz \&amp;lt;/math&amp;gt; where&amp;lt;math&amp;gt;0&amp;lt;p&amp;lt;1  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10720</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10720"/>
		<updated>2011-01-11T13:31:23Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Lévy to Cauchy]:&amp;lt;math&amp;gt; \alpha =1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gaussian_Distribution.html Lévy to Gaussian]:&amp;lt;math&amp;gt; \alpha \to 2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power-series_Distribution.html Modified Power Series to Power series]:&amp;lt;math&amp;gt; u(c)=c  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html BLD1 to Geometric]:&amp;lt;math&amp;gt; g(z)=1-p+pz \&amp;lt;math&amp;gt; where&amp;lt;/math&amp;gt;0&amp;lt;p&amp;lt;1  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10719</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10719"/>
		<updated>2011-01-11T13:30:26Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Lévy to Cauchy]:&amp;lt;math&amp;gt; \alpha =1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gaussian_Distribution.html Lévy to Gaussian]:&amp;lt;math&amp;gt; \alpha \to 2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power-series_Distribution.html Modified Power Series to Power series]:&amp;lt;math&amp;gt; u(c)=c  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html BLD1 to Geometric]:&amp;lt;math&amp;gt; g(z)=1-p+pz$ where $0&amp;lt;p&amp;lt;1  \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10718</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10718"/>
		<updated>2011-01-11T13:29:37Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Lévy to Cauchy]:&amp;lt;math&amp;gt; \alpha =1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gaussian_Distribution.html Lévy to Gaussian]:&amp;lt;math&amp;gt; \alpha \to 2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Power-series_Distribution.html Modified Power Series to Power series]:&amp;lt;math&amp;gt; u(c)=c &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Geometric_Distribution.html BLD1 to Geometric]:&amp;lt;math&amp;gt; g(z)=1-p+pz$ where $0&amp;lt;p&amp;lt;1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10717</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10717"/>
		<updated>2011-01-11T13:26:00Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Lévy to Cauchy]:&amp;lt;math&amp;gt; \alpha =1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Gaussian_Distribution.html Lévy to Gaussian]:&amp;lt;math&amp;gt; \alpha \to 2&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10716</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10716"/>
		<updated>2011-01-11T13:24:34Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Lévy to Cauchy]:&amp;lt;math&amp;gt; \alpha =1 \ &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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10715</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10715"/>
		<updated>2011-01-11T13:23:22Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Lévy to Cauchy]:&amp;lt;math&amp;gt; \alpha =1\&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10714</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10714"/>
		<updated>2011-01-11T13:22:03Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Cauchy_Distribution.html Lévy to Cauchy]:&amp;lt;math&amp;gt; \alpha =1 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&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>ChinPangHo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10713</id>
		<title>Formulas</title>
		<link rel="alternate" type="text/html" href="https://wiki.socr.umich.edu/index.php?title=Formulas&amp;diff=10713"/>
		<updated>2011-01-11T12:29:34Z</updated>

		<summary type="html">&lt;p&gt;ChinPangHo: /* 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;
* [http://socr.ucla.edu/htmls/dist/Lévy_Distribution.html Lévy distribution]: &amp;lt;math&amp;gt; L_{\alpha ,\gamma } (y)={1\over \pi } \int _{0}^{\infty }e^{-\gamma q^{\alpha } } \cos (qy) dq     ,            y\in {\rm R} , \gamma &amp;gt;0 , 0&amp;lt;\alpha &amp;lt;2  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transformations==&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | Standard Normal to General Normal Transformation]]: &amp;lt;math&amp;gt;\mu+\sigma\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [[AP_Statistics_Curriculum_2007_Normal_Prob | General Normal to Standard Normal Transformation]]: &amp;lt;math&amp;gt;X-\mu \over \sigma&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi Transformation]: &amp;lt;math&amp;gt;|\ X |&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Normal_distribution Standard Normal to Chi-Square Transformation]: &amp;lt;math&amp;gt;\sum_{k=1}^{\nu} X_k^2&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to General Normal Transformation]: &amp;lt;math&amp;gt;\mu=\alpha\times\beta;\sigma^2=\alpha^2\times\beta;\beta\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Exponential Transformation]: The special case of &amp;lt;math&amp;gt;{\Gamma}(k=1, \theta=1/\lambda)\,&amp;lt;/math&amp;gt; is equivalent to exponential &amp;lt;math&amp;gt;Exp(\lambda)&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Gamma_distribution Gamma to Beta Transformation]: &amp;lt;math&amp;gt;X_1 \over X_1 + X_2&amp;lt;/math&amp;gt;. &lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Standard Normal Transformation]: &amp;lt;math&amp;gt;n\longrightarrow\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student's_t_distribution Student's T to Cauchy Transformation]: &amp;lt;math&amp;gt;n=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution Cauchy to General Cauchy Transformation]: &amp;lt;math&amp;gt;a + \alpha\times X&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Cauchy_distribution General Cauchy to Cauchy Transformation]: &amp;lt;math&amp;gt;a=0; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Fisher_Distribution.html Fisher's F to Student's T]: &amp;lt;math&amp;gt;\sqrt X &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Student%27s_t_distribution Student's T to Fisher's F]: &amp;lt;math&amp;gt; X^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Bernoulli to Binomial Transformation]: &amp;lt;math&amp;gt; \sum X_i &amp;lt;/math&amp;gt; (iid)&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Bernoulli_distribution Binomial to Bernoulli Transformation]: &amp;lt;math&amp;gt;\begin{pmatrix} n = 1 \end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to General Normal Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix} \mu = np \\ \sigma^2 = np(1-p) \\n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Binomial_distribution Binomial to Poisson Transformation]: &amp;lt;math&amp;gt; \begin{vmatrix}\mu = np \\ n \rightarrow \infty \end{vmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [[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;
* [http://socr.ucla.edu/htmls/dist/Log-logistic_Distribution.html Standard uniform to log logistic]:&amp;lt;math&amp;gt; \frac{1}{\lambda}(\frac{1-X}{X})^{1/\kappa} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Standard uniform to Standard triangular]:&amp;lt;math&amp;gt; X_1-X_2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/uniform_Distribution.html Standard uniform to uniform]:&amp;lt;math&amp;gt; a+(b-a)X \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X^{1/\beta} \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-uniform_Distribution.html Standard power to standard uniform]:&amp;lt;math&amp;gt; \beta=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Standard uniform to standard power]:&amp;lt;math&amp;gt; X_(n) \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-power_Distribution.html Minimax to standard power]:&amp;lt;math&amp;gt; \gamma=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html IDB to Rayleigh]:&amp;lt;math&amp;gt; \delta=2/\alpha, \gamma=0 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-Power_Distribution.html Power to Standard Power]:&amp;lt;math&amp;gt; \alpha=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Rayleigh_Distribution.html Weibull to Rayleigh]:&amp;lt;math&amp;gt; \beta=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Pareto_Distribution.html Generalized Pareto to Pareto]:&amp;lt;math&amp;gt; \gamma=0, X+\delta \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Standard-triangular_Distribution.html Triangular to standard triangular]:&amp;lt;math&amp;gt; a=-1,b=1,m=0\ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Extreme-value_Distribution.html Weibull to Extreme-value]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Lomax_Distribution.html Log logistic to lomax]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Log logistic_Distribution.html Lomax to log logistic]:&amp;lt;math&amp;gt; \kappa=1 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Logistic_Distribution.html Log logistic to logistic]:&amp;lt;math&amp;gt; logX \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Triangular_Distribution.html TSP to triangular]:&amp;lt;math&amp;gt; n=2 \ &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://socr.ucla.edu/htmls/dist/Uniform_Distribution.html von Mises to Uniform]:&amp;lt;math&amp;gt; \kappa \to 0 \ &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>ChinPangHo</name></author>
		
	</entry>
</feed>