crflynn / stochastic

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

add multifractional brownian motion #2

Closed crflynn closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #2   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          32     33    +1     
  Lines        1041   1094   +53     
=====================================
+ Hits         1041   1094   +53
Impacted Files Coverage Δ
stochastic/continuous/brownian_excursion.py 100% <ø> (ø) :arrow_up:
stochastic/continuous/brownian_meander.py 100% <ø> (ø) :arrow_up:
stochastic/noise/colored_noise.py 100% <ø> (ø) :arrow_up:
...tochastic/continuous/fractional_brownian_motion.py 100% <ø> (ø) :arrow_up:
stochastic/noise/fractional_gaussian_noise.py 100% <ø> (ø) :arrow_up:
stochastic/continuous/__init__.py 100% <100%> (ø) :arrow_up:
...stic/continuous/multifractional_brownian_motion.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 e63c581...2b80cd4. Read the comment docs.