crflynn / stochastic

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

Inverse gaussian #5

Closed crflynn closed 6 years ago

crflynn commented 6 years ago

adds inverse gaussian process to continuous module

codecov-io commented 6 years ago

Codecov Report

Merging #5 into dev will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev     #5   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files        33     34    +1     
  Lines      1096   1183   +87     
===================================
+ Hits       1096   1183   +87
Impacted Files Coverage Δ
stochastic/continuous/brownian_motion.py 100% <ø> (ø) :arrow_up:
stochastic/continuous/__init__.py 100% <100%> (ø) :arrow_up:
stochastic/continuous/inverse_gaussian.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 cbba52e...848bd56. Read the comment docs.