commit 0fd05ef867d3ca45a86e952d7dd80b204f8de646
parent 595e98a705f87ebb33b8d0066879fec483157149
Author: Jared Tobin <jared@jtobin.ca>
Date: Tue, 4 Aug 2015 14:34:43 -0230
Merge branch 'master' of github.com:jtobin/hnuts
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Numeric/MCMC/NUTS/Examples.hs b/src/Numeric/MCMC/NUTS/Examples.hs
@@ -6,7 +6,7 @@
--
-- require(ggplot2)
-- system('runhaskell Examples.hs > trace.csv')
--- d = read.csv('../tests/trace.dat', header = F)
+-- d = read.csv('../tests/trace.csv', header = F)
-- ggplot(d, aes(V1, V2)) + geom_point(alpha = 0.05, col = 'darkblue')
--