epinowcast
utils.stan
Go to the documentation of this file.
1
26real log_dot_product(vector x, vector y) {
27 return(log_sum_exp(x + y));
28}
real log_dot_product(vector x, vector y)
Definition: utils.stan:26