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 dc64b17 commit 40b4dc0Copy full SHA for 40b4dc0
src/sccala/scmlib/models/classic-hubble-free-scm.stan
@@ -64,8 +64,6 @@ model {
64
mag_cut ~ normal(m_cut_nom,0.5);
65
sigma_cut ~ normal(sig_cut_nom,0.25);
66
67
- outl_frac ~ lognormal(-3,0.25);
68
-
69
for (i in 1:sn_idx) {
70
target += sn_log_like[i];
71
}
0 commit comments