Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewnoff/openintro-gorilla-incanter
OpenIntro Labs in Clojure with Gorilla REPL and Incanter
https://github.com/drewnoff/openintro-gorilla-incanter
Last synced: 20 days ago
JSON representation
OpenIntro Labs in Clojure with Gorilla REPL and Incanter
- Host: GitHub
- URL: https://github.com/drewnoff/openintro-gorilla-incanter
- Owner: drewnoff
- License: other
- Created: 2015-12-31T20:32:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T08:13:37.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T02:25:52.075Z (4 months ago)
- Language: Clojure
- Size: 626 KB
- Stars: 53
- Watchers: 7
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-articles - Intro to Data Science in Clojure with Incanter and Gorilla REPL
README
# openintro-gorilla-incanter
[OpenIntro Labs](https://www.openintro.org/stat/labs.php) in Clojure with Gorilla REPL and Incanter.## Requirements
Leiningen (version >= 2)## HOWTO
Navigate to lab's project dir and run
```
lein gorilla
```
Navigate your browser to printed link to get nREPL session.
Load lab's `clj` file with `ctrl+g ctrl+l` shortcut.### You can also examine all the labs using Gorilla Online Viewer:
- [Introduction to Data](http://viewer.gorilla-repl.org/view.html?source=github&user=drewnoff&repo=openintro-gorilla-incanter&path=/intro-to-data/src/openintro/intro-to-data.clj)
- [Probability](http://viewer.gorilla-repl.org/view.html?source=github&user=drewnoff&repo=openintro-gorilla-incanter&path=/probability/src/openintro/probability.clj)
- [Distributions](http://viewer.gorilla-repl.org/view.html?source=github&user=drewnoff&repo=openintro-gorilla-incanter&path=/distributions/src/openintro/distributions.clj)
- [Intro to Inference](http://viewer.gorilla-repl.org/view.html?source=github&user=drewnoff&repo=openintro-gorilla-incanter&path=/intro-to-inference/src/openintro/intro-to-inference.clj)
- [Confidence Intervals](http://viewer.gorilla-repl.org/view.html?source=github&user=drewnoff&repo=openintro-gorilla-incanter&path=/confidence-intervals/src/openintro/confidence-intervals.clj)
- [Inference for Numerical data](http://viewer.gorilla-repl.org/view.html?source=github&user=drewnoff&repo=openintro-gorilla-incanter&path=/inf-for-numerical-data/src/openintro/inf-for-numerical-data.clj)
- [Inference for Categorical data](http://viewer.gorilla-repl.org/view.html?source=github&user=drewnoff&repo=openintro-gorilla-incanter&path=/inf-for-categorical-data/src/openintro/inf-for-categorical-data.clj)
- [Linear Regression](http://viewer.gorilla-repl.org/view.html?source=github&user=drewnoff&repo=openintro-gorilla-incanter&path=/linear-regression/src/openintro/linear-regression.clj)
- [Multiple Linear Regression](http://viewer.gorilla-repl.org/view.html?source=github&user=drewnoff&repo=openintro-gorilla-incanter&path=/multiple-regression/src/openintro/multiple-regression.clj)