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
reverse engineer this function with postprob() as a test and see if it passes
this may be wrong to t() the parEtwice, one outside the helper postprob and one within. It may be more correct to cbind(c(alpha_1, beta_1), c(alpha_2, beta_2)) hence point 1 to reverse engineer in a test case, after all h_getbetaMixPost() calculated updated weights and parameters with : lbeta(a = postPar[, 1], b = postPar[, 2]) - lbeta(a = par[, 1], b = par[, 2]) therefore the parE has to adjust accordingly
if 1,2, will indeed be actionables, then fix user facing function, examples and test case.
The text was updated successfully, but these errors were encountered:
Some things to check:
postprob()
as a test and see if it passest()
theparE
twice, one outside the helperpostprob
and one within. It may be more correct tocbind(c(alpha_1, beta_1), c(alpha_2, beta_2))
hence point 1 to reverse engineer in a test case, after allh_getbetaMixPost()
calculated updated weights and parameters with :lbeta(a = postPar[, 1], b = postPar[, 2]) - lbeta(a = par[, 1], b = par[, 2])
therefore the parE has to adjust accordinglyThe text was updated successfully, but these errors were encountered: