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
- Host: GitHub
- URL: https://github.com/mschauer/bayesiannonparametricstatistics.jl
- Owner: mschauer
- License: other
- Created: 2017-12-01T09:35:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T12:00:30.000Z (over 5 years ago)
- Last Synced: 2025-08-12T09:31:37.818Z (11 months ago)
- Language: Julia
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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!