Skip to content

Commit

Permalink
Fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
serban-nicusor-toptal committed Apr 22, 2020
2 parents d4c32ed + e081b4e commit 5f28b8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stan/math/prim/fun/inv_cloglog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,16 @@ namespace math {
\textrm{NaN} & \mbox{if } y = \textrm{NaN}
\end{cases}
\f]
\f[
\frac{\partial\, \mbox{inv\_cloglog}(y)}{\partial y} =
\begin{cases}
\frac{\partial\, \mbox{cloglog}^{-1}(y)}{\partial y} & \mbox{if }
-\infty\leq y\leq \infty \\[6pt] \textrm{NaN} & \mbox{if } y = \textrm{NaN}
\end{cases}
\f]
\f[
\mbox{cloglog}^{-1}(y) = 1 - \exp \left( - \exp(y) \right)
\f]
\f[
\frac{\partial \, \mbox{cloglog}^{-1}(y)}{\partial y} = \exp(y-\exp(y))
\f]
Expand Down

0 comments on commit 5f28b8f

Please sign in to comment.