Skip to content

Commit

Permalink
first attempt to fix #27
Browse files Browse the repository at this point in the history
  • Loading branch information
jburos committed Nov 7, 2016
1 parent 69e97b5 commit 7ccb70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion survivalstan/stan/weibull_survival_model.stan
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ parameters {

transformed parameters {
vector[M] beta;
real alpha;
real<lower=0> alpha;
vector[N] lp;

beta <- bg_prior_lp(tau_s_raw, tau_raw) .* beta_raw;
Expand Down

0 comments on commit 7ccb70a

Please sign in to comment.