stan-dev / docs

Documentation for the Stan language and CmdStan
https://mc-stan.org/docs/
Other
37 stars 107 forks source link

Document new overloads of `wiener_lpdf` #779

Closed WardBrian closed 3 months ago

WardBrian commented 3 months ago

Summary:

Added by @Franzi2114 in https://github.com/stan-dev/math/pull/2822

They have a write up from last summer: https://link.springer.com/article/10.3758/s13428-023-02179-1

The new signatures are

wiener_lpdf(real, real, real, real, real, real) => real
wiener_lpdf(real, real, real, real, real, real, real, real) => real

Current Version:

v2.35.0