diff --git a/src/stan/analyze/mcmc/compute_potential_scale_reduction.hpp b/src/stan/analyze/mcmc/compute_potential_scale_reduction.hpp index 93813775ca..f4fcb971bc 100644 --- a/src/stan/analyze/mcmc/compute_potential_scale_reduction.hpp +++ b/src/stan/analyze/mcmc/compute_potential_scale_reduction.hpp @@ -106,8 +106,8 @@ inline double rhat(const Eigen::MatrixXd& chains) { * blocks of memory. Chains are trimmed from the back to match the * length of the shortest chain. * - * @param chain_begin stores pointers to arrays of chains - * @param sizes stores sizes of chains + * @param chain_begins stores pointers to arrays of chains + * @param chain_sizes stores sizes of chains * @return potential scale reduction for the specified parameter */ inline std::pair compute_potential_scale_reduction_rank(