Skip to content

Commit 57aab3d

Browse files
committed
update docs for
1 parent 1389a59 commit 57aab3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stan/math/mix/functor/laplace_marginal_density_estimator.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ inline auto generate_laplace_options(int theta_0_size) {
117117

118118
/**
119119
* User function for generating laplace options tuple
120-
* @param theta_0_size Size of user supplied initial theta
120+
* @tparam ThetaVec An Eigen vector type for user supplied initial theta
121+
* @param theta_0 User supplied initial theta
121122
* @return tuple representing laplace options exposed to user.
122123
*/
123124
template <typename ThetaVec, require_eigen_t<ThetaVec>* = nullptr>

0 commit comments

Comments
 (0)