JimHokanson / matlab_standard_library

Standard Library for my Matlab Projects
MIT License
7 stars 10 forks source link

data calculators #32

Closed JimHokanson closed 7 years ago

JimHokanson commented 8 years ago

Eventually I'd like to have a library of data calculators that works with sci.time_series.data. Some of these exist already, but their discoverability is poor. We should add on a calculators property with lazily constructs a list of calculators for the user to try.

calculators = data.calculators event_calculator = calculators.event_calculator

JimHokanson commented 7 years ago

This has been completed.