scikit-stan icon indicating copy to clipboard operation
scikit-stan copied to clipboard

Complete Wiener First Passage Time Model a la BRMS

Open alizma opened this issue 2 years ago • 1 comments

This model lends itself well to the fit() and predict() methodology. For a simple example, see this and its sequel.

Regression should occur on every model parameter specified in the Stan math documentation. However, the estimation part of this model may require some waiting time since Stan does not currently have a variate generation method from this distribution, as mentioned in this issue.

alizma avatar Aug 08 '22 14:08 alizma