Incanter

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(以“Incanter 是一个基于 Clojure 类似 R 语言的统计计算和图形处理平台。 ==指南== ==图集== ==链接== *[http://incanter.org/ ...”为内容创建页面)
 
(链接)
 
(未显示1个用户的7个中间版本)
第1行: 第1行:
Incanter 是一个基于 [[Clojure]] 类似 [[R-Project|R 语言]]的统计计算和图形处理平台。
+
Incanter 是一个基于 [[Clojure]] 类似 [[R Project|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)))
  
 
==图集==
 
==图集==
 +
<gallery>
 +
image:incanter-sample-normal.png|sample-normal
 +
</gallery>
  
 
==链接==
 
==链接==
 
*[http://incanter.org/ Incanter官网]
 
*[http://incanter.org/ Incanter官网]
 
*[http://github.com/liebke/incanter Incanter @ GitHub]
 
*[http://github.com/liebke/incanter Incanter @ GitHub]
 +
*[http://data-sorcery.org/category/incanter/ Incanter博客]
 +
*[http://docs.huihoo.com/incanter/api/1.5.5 Incanter API]
 +
*[http://orange.biolab.si Orange]
  
 +
[[category:data analysis]]
 +
[[category:data science]]
 
[[category:clojure]]
 
[[category:clojure]]

2016年2月29日 (一) 12:01的最后版本

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)))

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱