Skip to content

ELIFE-ASU/Inform.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inform.jl

Inform.jl is a Julia wrapper for the inform library. At present is only exports active information and transfer entropy.

Build and Install

Inform.jl requires the inform, but otherwise has no dependencies. To install and test, fire up a repl:

julia> Pkg.clone("git@github.com:elife-asu/Inform.jl.git")
julia> Pkg.test("Inform")

And you're ready to start using the wrapper!

julia> using Inform
julia> activeinfo([0,0,1,1,1,1,0,0,0], 2)
0.305958492868041

System Requirements

Inform.jl required Julia 4.0 or better, and has been tested under

  • Debian 8
  • Mac OS X 10.11 (El Capitan)

About

A Julia wrapper for the C inform library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages