crflynn / stochastic

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

add colored noise #1

Closed crflynn closed 6 years ago

crflynn commented 6 years ago

adds a variety of power law noise processes, tests, docs

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #1   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          31     32    +1     
  Lines         983   1041   +58     
=====================================
+ Hits          983   1041   +58
Impacted Files Coverage Δ
stochastic/noise/__init__.py 100% <100%> (ø) :arrow_up:
stochastic/noise/colored_noise.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 918903b...4864f1e. Read the comment docs.