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 6272600 commit 3632a6eCopy full SHA for 3632a6e
1 file changed
stan/math/prim/prob/normal_id_glm_lpdf.hpp
@@ -88,7 +88,7 @@ return_type_t<T_y, T_x, T_alpha, T_beta, T_scale> normal_id_glm_lpdf(
88
N_instances);
89
check_consistent_size(function, "Vector of intercepts", alpha, N_instances);
90
T_sigma_ref sigma_ref = sigma;
91
- const auto& sigma_val = value_of_rec(sigma_ref);
+ const auto& sigma_val = value_of(sigma_ref);
92
const auto& sigma_val_vec = to_ref(as_column_vector_or_scalar(sigma_val));
93
check_positive_finite(function, "Scale vector", sigma_val_vec);
94
0 commit comments