From fe6ca0140228bc45da14857566af86f72140f38c Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Sat, 22 Jun 2024 21:59:53 -0700 Subject: Progress toward MCMC --- src/Bayes.jl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/Bayes.jl (limited to 'src/Bayes.jl') diff --git a/src/Bayes.jl b/src/Bayes.jl new file mode 100644 index 0000000..c40f1ab --- /dev/null +++ b/src/Bayes.jl @@ -0,0 +1,3 @@ +module Bayes + +end -- cgit v1.2.3-54-g00ecf