Skip to content

Commit 3632a6e

Browse files
committed
sigma partials
1 parent 6272600 commit 3632a6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stan/math/prim/prob/normal_id_glm_lpdf.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ return_type_t<T_y, T_x, T_alpha, T_beta, T_scale> normal_id_glm_lpdf(
8888
N_instances);
8989
check_consistent_size(function, "Vector of intercepts", alpha, N_instances);
9090
T_sigma_ref sigma_ref = sigma;
91-
const auto& sigma_val = value_of_rec(sigma_ref);
91+
const auto& sigma_val = value_of(sigma_ref);
9292
const auto& sigma_val_vec = to_ref(as_column_vector_or_scalar(sigma_val));
9393
check_positive_finite(function, "Scale vector", sigma_val_vec);
9494

0 commit comments

Comments
 (0)