crflynn / stochastic

Generate realizations of stochastic processes in python.
http://stochastic.readthedocs.io/en/stable/
MIT License
456 stars 82 forks source link

Non Homogeneous Poisson Process #10

Closed Gabinou closed 5 years ago

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (dev@168659c). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff          @@
##             dev    #10   +/-   ##
====================================
  Coverage       ?   100%           
====================================
  Files          ?     35           
  Lines          ?   1283           
  Branches       ?      0           
====================================
  Hits           ?   1283           
  Misses         ?      0           
  Partials       ?      0
Impacted Files Coverage Δ
stochastic/continuous/poisson.py 100% <ø> (ø)
stochastic/continuous/non_homogeneous_poisson.py 100% <100%> (ø)
stochastic/__version__.py 100% <100%> (ø)
stochastic/continuous/__init__.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 168659c...6444417. Read the comment docs.

Gabinou commented 6 years ago

Closed because the branch is not yet up to scratch yet. Working on some other non-homogeneous algorithms underlined current issues of the thinning algorithm.