Skip to content

Commit e0fa60d

Browse files
committed
Update normal_copula.stanfunctions
1 parent 948c7bc commit e0fa60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/copula/normal_copula.stanfunctions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ real bivariate_normal_copula_cdf(vector u, real rho) {
108108
* Q_{n \times d} = \begin{pmatrix} \mathbf{\Phi}^{-1}(u_1) \\ \vdots \\ \mathbf{\Phi}^{-1}(u_d) \end{pmatrix}
109109
* \f]
110110
* and \f$ \odot \f$ is the elementwise multiplication operator.
111-
* Note that \f$\det \Sigma = |LL^T| = |L |^2 = \big(\prod_{i=1}^d L_{i,i}\big)^2\f$ so \f$\sqrt{\det \Sigma} = \prod_{i=1}^d L_{i,i}\f$
111+
* Note that \f$\det \Sigma = |LL^T| = |L |^2 = \big(\prod_{i=1}^d L_{i,i}\big)^2\f$ so \f$\sqrt{\det \Sigma} = \prod_{i=1}^d L_{i,i}\f$.
112112
*
113113
* @copyright Ethan Alt, Sean Pinkney 2021
114114
*

0 commit comments

Comments
 (0)