We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9203984 commit 15a0a46Copy full SHA for 15a0a46
src/stan/analyze/mcmc/mcse.hpp
@@ -21,7 +21,6 @@ namespace analyze {
21
* @return mcse
22
*/
23
inline double mcse_mean(const Eigen::MatrixXd& chains) {
24
- const Eigen::Index num_draws = chains.rows();
25
if (chains.rows() < 4 || !is_finite_and_varies(chains))
26
return std::numeric_limits<double>::quiet_NaN();
27
0 commit comments