crflynn / stochastic

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

Adds functionality for mixed Poisson process #11

Closed crflynn closed 6 years ago

crflynn commented 6 years ago

Addresses #7

codecov-io commented 6 years ago

Codecov Report

Merging #11 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #11   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          34     35    +1     
  Lines        1183   1222   +39     
=====================================
+ Hits         1183   1222   +39
Impacted Files Coverage Δ
stochastic/continuous/poisson.py 100% <ø> (ø) :arrow_up:
stochastic/continuous/__init__.py 100% <100%> (ø) :arrow_up:
stochastic/__version__.py 100% <100%> (ø) :arrow_up:
stochastic/continuous/mixed_poisson.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 bd46a66...f8cc595. Read the comment docs.