Skip to content

Commit

Permalink
Reorder Gamma function special cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mavam committed Feb 12, 2016
1 parent 156a89e commit 07744ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stat-cookbook.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2424,8 +2424,8 @@ \subsection{Gamma Function}
$\displaystyle\gamma(s,x) = \int_0^x t^{s-1} e^{-t}dt$
\item $\Gamma(\alpha + 1) = \alpha \Gamma(\alpha) \qquad \alpha>1$
\item $\Gamma(n) = (n-1)! \qquad n \in \mathbb N$
\item $\Gamma(1/2) = \sqrt{\pi}$
\item $\Gamma(0) = \Gamma(-1) = \infty$
\item $\Gamma(1/2) = \sqrt{\pi}$
\item $\Gamma(-1/2) = -2 \Gamma(1/2)$
\end{itemize}

Expand Down

0 comments on commit 07744ed

Please sign in to comment.