crflynn / stochastic

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

v0.3.0 #6

Closed crflynn closed 6 years ago

crflynn commented 6 years ago

includes backwards incompatible changes that relocate the t arg to the end of the init signature and introduces support for the inverse Gaussian process.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##             master     #6   +/-   ##
=======================================
  Coverage          ?   100%           
=======================================
  Files             ?     34           
  Lines             ?   1183           
  Branches          ?      0           
=======================================
  Hits              ?   1183           
  Misses            ?      0           
  Partials          ?      0
Impacted Files Coverage Δ
stochastic/continuous/squared_bessel.py 100% <ø> (ø)
...stic/continuous/multifractional_brownian_motion.py 100% <100%> (ø)
stochastic/continuous/brownian_bridge.py 100% <100%> (ø)
stochastic/continuous/variance_gamma.py 100% <100%> (ø)
...tochastic/continuous/fractional_brownian_motion.py 100% <100%> (ø)
stochastic/continuous/__init__.py 100% <100%> (ø)
stochastic/diffusion/cox_ingersoll_ross.py 100% <100%> (ø)
stochastic/discrete/moran.py 100% <100%> (ø)
...ochastic/diffusion/constant_elasticity_variance.py 100% <100%> (ø)
stochastic/continuous/bessel.py 100% <100%> (ø)
... and 10 more

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 5acab71...0e46bfc. Read the comment docs.