31
33

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[入門Julia] よく使うパッケージまとめ

Last updated at Posted at 2014-07-05

Juliaで使えそうなパッケージをまとめてます。

パッケージ一覧(METADATA.jl)

定番のAwesomeシリーズ
https://github.com/greister/Awesome-Julia

開発支援

IJulia

JupyterのJulia版

Github

julia> Pkg.add("IJulia")

データフレーム

DataFrames

Github

データセット

RDatasets

Rのデータ・セットをJuliaでも使いたい場合

公式ページ
Github

julia> Pkg.add("RDatasets")

可視化

Gadfly

Github

julia> Pkg.add("Gadfly")

PyPlot

PythonのMatplotlibをJuliaのPyCallから呼び出して使えるようにしたライブラリ

Github

julia> Pkg.add("PyPlot")

統計

JuliaStates

Github

StatsBase

Github

最適化問題

JuliaOpt

公式ページ
Github

31
33
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
31
33

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?