Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Sep 20, 2024
1 parent 3454568 commit 696bf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/stan-likelihood.R
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ stan_log_lik_inverse.gaussian <- function(bterms, ...) {
is_pred_shape <- is_pred_dpar(bterms, "shape")
reqn <- stan_log_lik_adj(bterms) || is_pred_shape
p <- stan_log_lik_dpars(bterms, reqn = reqn)
sdist("inv_gaussian", p$mu, p$shape, vec = !is_pred_shape)
sdist("inv_gaussian", p$mu, p$shape, vec = FALSE)
}

stan_log_lik_wiener <- function(bterms, ...) {
Expand Down

0 comments on commit 696bf06

Please sign in to comment.