Skip to content

Julia simulations for "BNP estimation of the probability of discovering new species" (Lijoi et al., 2007)

Notifications You must be signed in to change notification settings

stefanocortinovis/species-bnp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bayesian nonparametric estimation of the probability of discovering new species

CI CODECOV

This repository contains a Julia implementation of the simulations described in Bayesian nonparametric estimation of the probability of discovering new species by Lijoi, Mena, and Prünster (2007). A deck of slides used to present this project can be found here.

Simulations

The simulations described both in the paper and in the slides are implemented as unit tests for the SpeciesBNP package defined in src/SpeciesBNP.jl.

As such, they can be run from the project directory as follows:

git clone https://github.com/scortino/lijoi07.git
cd lijoi07
julia --project=.
using Pkg; Pkg.test()

This generates some summary graphs for the simulations that are saved in img/, if not already present.

Credits

This project was proposed by Professors C. Feinauer, I. Prünster, and G. Zanella as part of their course 20605 - Machine Learning 2.

About

Julia simulations for "BNP estimation of the probability of discovering new species" (Lijoi et al., 2007)

Resources

Stars

Watchers

Forks

Languages