An open API service indexing awesome lists of open source software.

https://github.com/mschauer/bayesiannonparametricstatistics.jl

Sample from nonparametric posterior
https://github.com/mschauer/bayesiannonparametricstatistics.jl

Last synced: 5 months ago
JSON representation

Sample from nonparametric posterior

Awesome Lists containing this project

README

          

BayesianNonparametricStatistics.jl is an unofficial Julia package to sample from the posterior.

# Installation:

Open Julia 0.6.

Type: Pkg.clone("https://github.com/Jan-van-Waaij/BayesianNonparametricStatistics.jl.git", "BayesianNonparametricStatistics")

Ignore "INFO: No packages to install, update or remove". It doesn't make sense.

Type: using BayesianNonparametricStatistics

Try one of the examples in the example folder.

## If this doesn't work:

Go to the repository.

Click on the green button 'Clone or download'.

Click on 'Download zip'

Place the folder with the files where you want to work.

Run 'BayesianNonparametricStatisics.jl' with include("BayesianNonparametricStatistics.jl")
make sure BayesianNonparametricStatistics.jl is in your current working directory. Type ; in the REPL to see your current working directory.

Type using BayesianNonparametricStatistics

## Still problems? Contact me!