You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RCPP:EXPORT iterate_deconv function in program code. When updating mu, Yrows.each_col()%=w(index_1k) , shouldn't it be multiply by w? How come it becomes a remainder, it should be Yrows.each_col()*=w(index_1k)
The text was updated successfully, but these errors were encountered:
In Updata z and w,Parameters of the gamma distribution: w_beta is 2/(Y.row-mu_i_long) * lambda * (Y.row-mu_i_long).t() 4) in code. But w_beta is (Y.row-mu_i_long).t() * lambda * (Y.row-mu_i_long) 4)/2 in supplementary infomation.
RCPP:EXPORT iterate_deconv function in program code. When updating mu, Yrows.each_col()%=w(index_1k) , shouldn't it be multiply by w? How come it becomes a remainder, it should be Yrows.each_col()*=w(index_1k)
The text was updated successfully, but these errors were encountered: