paul-buerkner/brms

Consider replacing `asym_laplace_*` with native version from Stan?

Open

#1,836 opened on Nov 13, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)R (220 forks)batch import
Stanefficiencygood first issue

Repository metrics

Stars
 (1,402 stars)
PR merge metrics
 (Avg merge 7d 21h) (1 merged PR in 30d)

Description

Stan since 2.28 has natively adopted Asym Laplace and named skew double exponential distribution.

Perhaps it would speed up the sampler by using the native version for asym_laplace family?

Contributor guide