Skip to content

Commit 8248e16

Browse files
committed
fixed doxygen
1 parent c012271 commit 8248e16

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

stan/math/opencl/prim/exp_mod_normal_cdf.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ namespace math {
2020
* @tparam T_y_cl type of scalar outcome
2121
* @tparam T_loc_cl type of location
2222
* @tparam T_scale_cl type of scale
23+
* @tparam T_inv_scale_cl type of inverse scale
2324
* @param y (Sequence of) scalar(s).
2425
* @param mu (Sequence of) location(s).
2526
* @param sigma (Sequence of) scale(s).
27+
* @param lambda (Sequence of) inverse scale(s).
2628
* @return The log of the product of densities.
2729
*/
2830
template <typename T_y_cl, typename T_loc_cl, typename T_scale_cl,

stan/math/opencl/prim/exp_mod_normal_lccdf.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace math {
2525
* @param y (Sequence of) scalar(s).
2626
* @param mu (Sequence of) location(s).
2727
* @param sigma (Sequence of) scale(s).
28-
* @param sigma (Sequence of) inverse scale(s).
28+
* @param lambda (Sequence of) inverse scale(s).
2929
* @return The log of the product of densities.
3030
*/
3131
template <typename T_y_cl, typename T_loc_cl, typename T_scale_cl,

stan/math/opencl/prim/exp_mod_normal_lcdf.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace math {
2525
* @param y (Sequence of) scalar(s).
2626
* @param mu (Sequence of) location(s).
2727
* @param sigma (Sequence of) scale(s).
28-
* @param sigma (Sequence of) inverse scale(s).
28+
* @param lambda (Sequence of) inverse scale(s).
2929
* @return The log of the product of densities.
3030
*/
3131
template <typename T_y_cl, typename T_loc_cl, typename T_scale_cl,

0 commit comments

Comments
 (0)