crflynn / stochastic

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

remove zero args #36

Closed crflynn closed 3 years ago

crflynn commented 3 years ago

Remove zero arg options from all APIs. This clutters up the method signatures and related code. End users can always drop the first array elements if they don't care about the initial value of the process being zero.