landaudistribution.jl

Extending `Distributions.jl` to include Landau Distribution based on CERN ROOT's implementation.

https://github.com/juliahep/landaudistribution.jl

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

cern hacktoberfest hep-ex julia julialang root root-cern statistics

Keywords from Contributors

standardization
Last synced: 7 months ago · JSON representation ·

Repository

Extending `Distributions.jl` to include Landau Distribution based on CERN ROOT's implementation.

Basic Info
  • Host: GitHub
  • Owner: JuliaHEP
  • License: lgpl-3.0
  • Language: Julia
  • Default Branch: master
  • Homepage:
  • Size: 35.2 KB
Statistics
  • Stars: 8
  • Watchers: 2
  • Forks: 3
  • Open Issues: 2
  • Releases: 4
Topics
cern hacktoberfest hep-ex julia julialang root root-cern statistics
Created over 4 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License Citation

README.md

LandauDistribution

Build Status Coverage

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

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

All Time
  • Total Commits: 19
  • Total Committers: 5
  • Avg Commits per committer: 3.8
  • Development Distribution Score (DDS): 0.421
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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.

  • Versions: 4
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 2 Total
Rankings
Dependent repos count: 9.9%
Dependent packages count: 23.0%
Average: 29.6%
Forks count: 40.4%
Stargazers count: 45.1%
Last synced: 7 months ago

Dependencies

.github/workflows/CI.yml actions
  • 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
.github/workflows/CompatHelper.yml actions
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite