commit 60f32b4df64a22bbb5afb80acccd5fafb8e70fc9
parent 9de791ef79b74a5c93beef10beab222e81d6831a
Author: Jared Tobin <jared@jtobin.ca>
Date: Thu, 17 Oct 2013 08:57:27 +1300
Fix typo in Example.hs.
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')
--