brian-j-smith / Mamba.jl

Markov chain Monte Carlo (MCMC) for Bayesian analysis in julia
Other
253 stars 52 forks source link

"stat" not evaluated for MCBOOT method #160

Open taylors2 opened 4 years ago

taylors2 commented 4 years ago

In file discretediag.jl, the variable "stat" on line 297 in function diag_all() is still NaN from being initially defined. The function does not evaluate the test statistic for method MCBOOT.

brian-j-smith commented 4 years ago

@bdeonovic: you are probably more familiar with this function. Do you know what the issue might be?