slac207 / cs207project

MIT License
0 stars 4 forks source link

Added mean and std methods to top level ABC and sized classes #27 #53

Closed sanoke closed 7 years ago

sanoke commented 7 years ago

Added mean and std abstract methods to the TimeSeriesInterface ABC definition as well as specific implementations in the TimeSeries and ArrayTimeSeries class definitions.