Skip to content

dmg-lab/OscarAlgebraicStatistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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 dependencies of this project by using the julia package manager. This notebook was written using Julia version 1.12.6 and Oscar version 1.7.2.

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

 
 
 

Contributors