mschauer / BayesianNonparametricStatistics.jl

Sample from nonparametric posterior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Sample from nonparametric posterior

License:Other


Languages

Language:Julia 85.6%Language:TeX 14.4%