SequentialSamplingModels.jl icon indicating copy to clipboard operation
SequentialSamplingModels.jl copied to clipboard

A unified interface for simulating and evaluating sequential sampling models in Julia.

Results 10 SequentialSamplingModels.jl issues
Sort by recently updated
recently updated
newest added

Was just wondering about the possibility of implementing models with time-varying boundaries (or collapsing boundaries). That said, it might make sense to not have that as a priority, given some...

I have been thinking about more general use cases, and one common thing I like to do is simulate data at the trial level or for multiple subjects. As an...

I have added a PDF file containing the Ratcliff Diffusion Model and two methods for simulating the diffusion process. However, the PDF code still needs testing as there are some...

I am finishing up the DDM with across-trial variability in drift, starting point, and non-decision time. For drift, you can use analytic integration of the likelihood function. [See HDDM for...

The last PR was quite stale and did not keep up with the new type interface. Here is the new WIP for the Ratcliff DDM

The starting point is currently named *z*, but I've also seen a couple of papers and software using $\beta$. Any reason to favour the former? $\beta$ has the advantage that...

New issue to track and discuss the streamlining of the Wald API (merging of Wald and Mixture Wald) (https://github.com/itsdfish/SequentialSamplingModels.jl/issues/83#issuecomment-2212388196)

This pull request changes the compat entry for the `DynamicPPL` package from `0.22.0,0.23.0,0.24.0,0.25,0.26.0,0.27,0.28.0` to `0.22.0,0.23.0,0.24.0,0.25,0.26.0,0.27,0.28.0, 0.29`. This keeps the compat entries for earlier versions. Note: I have not tested your...

Hi all! I'm one of your reviewers for the The Proceedings of the JuliaCon Conferences. Overall, I think the package is a great addition to the ecosystem, but I have...

See discussion [here](https://github.com/TuringLang/Turing.jl/issues/2612).