landaudistribution.jl
Extending `Distributions.jl` to include Landau Distribution based on CERN ROOT's implementation.
Science Score: 41.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
-
✓Committers with academic emails
1 of 5 committers (20.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Extending `Distributions.jl` to include Landau Distribution based on CERN ROOT's implementation.
Basic Info
Statistics
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 2
- Releases: 4
Topics
Metadata Files
README.md
LandauDistribution
Example
```julia julia> using Distributions, LandauDistribution
julia> L = Landau(1.0) Landau{Float64}(μ=1.0, θ=1.0)
julia> pdf(L, 4) 0.07424765455676448
julia> cdf(L, 4) 0.6642059976988449
julia> L = Landau(1.5, 2) Landau{Float64}(μ=1.5, θ=2.0)
julia> rand(L) -0.8439427644712922 ```
Owner
- Name: JuliaHEP
- Login: JuliaHEP
- Kind: organization
- Repositories: 18
- Profile: https://github.com/JuliaHEP
Citation (CITATION.bib)
@misc{LandauDistribution.jl,
author = {Jerry Ling <proton@jling.dev> and contributors},
title = {LandauDistribution.jl},
url = {https://github.com/Moelf/LandauDistribution.jl},
version = {v0.1.0},
year = {2021},
month = {8}
}
GitHub Events
Total
- Issues event: 1
- Issue comment event: 1
Last Year
- Issues event: 1
- Issue comment event: 1
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jerry Ling | p****n@j****v | 11 |
| Tamas Gal | h****f@t****m | 4 |
| github-actions[bot] | 4****] | 2 |
| Cornelius Grunwald | c****d@t****e | 1 |
| qwjyh | u****1@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 2
- Total pull requests: 7
- Average time to close issues: 14 days
- Average time to close pull requests: about 11 hours
- Total issue authors: 2
- Total pull request authors: 5
- Average comments per issue: 4.0
- Average comments per pull request: 1.43
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 2
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
- tamasgal (1)
- mmikhasenko (1)
- JuliaTagBot (1)
Pull Request Authors
- github-actions[bot] (2)
- tamasgal (2)
- qwjyh (1)
- Cornelius-G (1)
- Moelf (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- julia 2 total
- Total dependent packages: 1
- Total dependent repositories: 0
- Total versions: 4
juliahub.com: LandauDistribution
Extending `Distributions.jl` to include Landau Distribution based on CERN ROOT's implementation.
- Documentation: https://docs.juliahub.com/General/LandauDistribution/stable/
- License: LGPL-3.0
-
Latest release: 0.2.2
published over 2 years ago
Rankings
Dependencies
- actions/checkout v2 composite
- codecov/codecov-action v1 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- JuliaRegistries/TagBot v1 composite