quasimontecarlo.jl
Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: cscherrer
- License: mit
- Language: Julia
- Default Branch: master
- Size: 10.7 KB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
- Releases: 0
Created almost 7 years ago
· Last pushed over 6 years ago
Metadata Files
Readme
License
Citation
README.md
QuasiMonteCarlo
```julia julia> using QuasiMonteCarlo
julia> incircle(x) = transpose(x) * x < 1 incircle (generic function with 1 method)
julia> compute(tol) = foldl(right, Map(incircle) |> Mean() |> Drop(10) |> Map(x -> x*4) |> TakeWhile(x -> x.err > tol) , Quasi(2) ) compute (generic function with 1 method)
julia> compute(0.001) 3.1417 0.001 ```
Owner
- Name: Chad Scherrer
- Login: cscherrer
- Kind: user
- Location: Seattle, WA
- Company: Redpoll
- Website: cscherrer.github.io
- Repositories: 128
- Profile: https://github.com/cscherrer
Probabilistic programming in Rust and Julia
Citation (CITATION.bib)
@misc{QuasiMonteCarlo.jl,
author = {Chad Scherrer},
title = {{QuasiMonteCarlo.jl}},
url = {https://github.com/cscherrer/QuasiMonteCarlo.jl},
version = {v0.1.0},
year = {2019},
month = {9}
}
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: 6 days
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- stevengj (1)
Pull Request Authors
- JuliaTagBot (1)