Skip to content

dmg-lab/OscarAlgebraicStatistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OscarAlgebraicStatistics

This is the companion notebook to the paper Algebraic Statistics in Oscar by Boege, Della Vecchia, Garrote López and Hollering. The notebook follows the code snippets in the paper as they appear and adds some additional complementary code.

Installing dependencies

The necessary Oscar code is currently only available the latest Oscar master and will appear in Oscar 1.7.0. Until then Oscar should be installed via

julia> ] add https://github.com/oscar-system/Oscar.jl.git

You can also install the dependencies of this project by using the julia package manager

julia> using Pkg

julia> Pkg.activate(".");

julia> Pkg.resolve()

Running the notebook

If you installed the dependencies as above, you will have IJulia available and you can create a jupyter session in the current direcory as follows.

julia> using IJulia

julia> notebook(dir=".")

A jupyter session should pop up now click on AlgebraicStatisticsNotebook.ipynb and contiue from there.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published