StatisticalRethinkingJulia / StatisticalRethinking.jl

Julia package with selected functions in the R package `rethinking`. Used in the SR2... projects.
MIT License
385 stars 32 forks source link

Generic link and simulate functions #137

Closed Shmuma closed 2 years ago

Shmuma commented 2 years ago

Implement generic forms of link and simulate to allow passing any callable to transform data. Also did a bit of tests and docs refactoring and cleanup.

Moved test set from runtest.jl into test_wd-loo-compare2.jl. If it is a duplication of test_wd-loo-compare.jl please remove.