Skip to content

Commit

Permalink
Merge pull request #3282 from stan-dev/fix/compute_psr_doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian authored May 6, 2024
2 parents 06fbe08 + 8dad308 commit d59e6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stan/analyze/mcmc/compute_potential_scale_reduction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<double, double> compute_potential_scale_reduction_rank(
Expand Down

0 comments on commit d59e6e0

Please sign in to comment.