欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Incanter
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 (→链接) |
||
第19行: | 第19行: | ||
*[http://github.com/liebke/incanter Incanter @ GitHub] | *[http://github.com/liebke/incanter Incanter @ GitHub] | ||
*[http://data-sorcery.org/category/incanter/ Incanter博客] | *[http://data-sorcery.org/category/incanter/ Incanter博客] | ||
+ | *[http://docs.huihoo.com/incanter/api/1.5.5 Incanter API] | ||
[[category:data analysis]] | [[category:data analysis]] | ||
[[category:data science]] | [[category:data science]] | ||
[[category:clojure]] | [[category:clojure]] |
2016年2月29日 (一) 11:15的版本
Incanter 是一个基于 Clojure 类似 R 语言的统计计算和图形处理平台。
指南
在 project.clj 加入
:dependencies [[org.clojure/clojure "1.6.0"] [incanter "1.5.7"]]
然后运行
lein repl user=> (use '(incanter core stats charts io)) user=> (view (histogram (sample-normal 1000)))
图集
链接
分享您的观点