epinowcast
Loading...
Searching...
No Matches
effects_priors_lp.stan
Go to the documentation of this file.
1
29
void
effect_priors_lp
(vector
beta
, vector
beta_sd
, array[,] real beta_sd_p,
30
int
fixed,
int
random) {
31
if
(fixed) {
32
beta
~ std_normal();
33
if
(random) {
34
beta_sd
~ normal(beta_sd_p[1, 1], beta_sd_p[2, 1]);
35
}
36
}
37
}
effect_priors_lp
void effect_priors_lp(vector beta, vector beta_sd, array[,] real beta_sd_p, int fixed, int random)
Definition
effects_priors_lp.stan:29
beta
vector beta
Definition
regression.stan:73
beta_sd
vector vector beta_sd
Definition
regression.stan:73
functions
effects_priors_lp.stan
Generated by
1.12.0