https://github.com/rveltz/piecewisedeterministicmarkovprocesses.jl

Piecewise Deterministic Markov Processes in Julia

https://github.com/rveltz/piecewisedeterministicmarkovprocesses.jl

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 6 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.9%) to scientific vocabulary

Keywords

differential-equations julia jump simulation stochastic-processes

Keywords from Contributors

ode sde hybrid-differential-equation neural-sde systems-biology-simulation systems-biology reaction-network rate-laws gillespie-algorithm dsl
Last synced: 6 months ago · JSON representation

Repository

Piecewise Deterministic Markov Processes in Julia

Basic Info
  • Host: GitHub
  • Owner: rveltz
  • License: other
  • Language: Julia
  • Default Branch: master
  • Size: 2.22 MB
Statistics
  • Stars: 20
  • Watchers: 3
  • Forks: 7
  • Open Issues: 2
  • Releases: 9
Topics
differential-equations julia jump simulation stochastic-processes
Created about 10 years ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

PiecewiseDeterministicMarkovProcesses.jl

| Documentation | Build Status | |:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:| | | Build status codecov |

PiecewiseDeterministicMarkovProcesses.jl is a Julia package that allows simulation of Piecewise Deterministic Markov Processes (PDMP); these encompass hybrid systems and jump processes, comprised of continuous and discrete components, as well as processes with time-varying rates. The aim of the package is to provide methods for the simulation of these processes that are "exact" up to the ODE integrator. A lot of care has been devoted to reduce allocations as much as possible.

To install this package, run the command

julia ] add PiecewiseDeterministicMarkovProcesses

Please, have a look at the documention.

Authors

This is a joint work of Romain Veltz (@rveltz) and Simon Frost (@sdwfrost).

Owner

  • Name: Romain Veltz
  • Login: rveltz
  • Kind: user
  • Company: INRIA

Researcher at INRIA Sophia Antipolis.

GitHub Events

Total
  • Create event: 2
  • Commit comment event: 3
  • Release event: 2
  • Issue comment event: 2
  • Push event: 8
Last Year
  • Create event: 2
  • Commit comment event: 3
  • Release event: 2
  • Issue comment event: 2
  • Push event: 8

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 467
  • Total Committers: 6
  • Avg Commits per committer: 77.833
  • Development Distribution Score (DDS): 0.527
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Romain Veltz - Hebb r****z@i****r 221
Romain Veltz r****z@s****u 173
Simon Frost s****t@g****m 59
romain.veltz@inria.fr r****z 11
femtocleaner[bot] f****] 2
Christopher Rackauckas a****s@c****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 7
  • Total pull requests: 3
  • Average time to close issues: 10 months
  • Average time to close pull requests: 43 minutes
  • Total issue authors: 6
  • Total pull request authors: 2
  • Average comments per issue: 2.29
  • Average comments per pull request: 1.33
  • Merged pull requests: 3
  • 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
  • attobot (2)
  • rveltz (1)
  • ChrisRackauckas (1)
  • lgravina1997 (1)
  • JuliaTagBot (1)
  • tpapp (1)
Pull Request Authors
  • femtocleaner[bot] (2)
  • ChrisRackauckas (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • julia 3 total
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 8
juliahub.com: PiecewiseDeterministicMarkovProcesses

Piecewise Deterministic Markov Processes in Julia

  • Versions: 8
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 3 Total
Rankings
Dependent repos count: 9.9%
Forks count: 19.4%
Average: 22.9%
Stargazers count: 23.4%
Dependent packages count: 38.9%
Last synced: 6 months ago

Dependencies

.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • codecov/codecov-action 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
REQUIRE julia