Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thargreaves/montecarlozoo.jl
A broad collection of Monte Carlo algorithms implemented in Julia
https://github.com/thargreaves/montecarlozoo.jl
education julia monte-carlo statistics
Last synced: 2 days ago
JSON representation
A broad collection of Monte Carlo algorithms implemented in Julia
- Host: GitHub
- URL: https://github.com/thargreaves/montecarlozoo.jl
- Owner: THargreaves
- License: mit
- Created: 2021-05-02T20:12:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T13:53:44.000Z (about 3 years ago)
- Last Synced: 2023-03-10T05:33:09.039Z (almost 2 years ago)
- Topics: education, julia, monte-carlo, statistics
- Language: Julia
- Homepage: https://thargreaves.github.io/MonteCarloZoo.jl/dev
- Size: 157 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Language](https://img.shields.io/badge/Language-Julia_(1.6.0%2B)-orange.svg)](https://julialang.org/)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Build status](https://github.com/THargreaves/MonteCarloZoo.jl/workflows/CI/badge.svg)](https://github.com/THargreaves/MonteCarloZoo.jl/actions)
[![Code coverage](http://codecov.io/github/THargreaves/MonteCarloZoo.jl/coverage.svg?branch=master)](http://codecov.io/github/THargreaves/MonteCarloZoo.jl?branch=master)
[![Stable documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://thargreaves.github.io/MonteCarloZoo.jl/stable)
[![Development documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://thargreaves.github.io/MonteCarloZoo.jl/dev)
[![Lines of code](https://raw.githubusercontent.com/THargreaves/MonteCarloZoo.jl/image-data/badge.svg)](https://github.com/THargreaves/MonteCarloZoo.jl/actions)# Monte Carlo Zoo
_A broad collection of Monte Carlo algorithms implemented in Julia._
![Monte Carlo Zoo Logo](https://user-images.githubusercontent.com/38204689/117175169-7439b180-adc6-11eb-8e6f-f42e9782a981.png)
This is a personal project that I am using to learn Julia whilst brushing up on my understanding of Monte Carlo methods.
Contributions to improve the readability, efficiency, or robustness of my code are welcome but I would rather implement new features for myself.
Documentation for the package can be found [here](https://thargreaves.github.io/MonteCarloZoo.jl/dev).