fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
933 stars 195 forks source link

Fix a bug in Stats.minBy. #262

Closed devjuice closed 10 years ago

devjuice commented 10 years ago

The implementation should use Seq.minBy instead of Seq.maxBy. This PR fixes it.

devjuice commented 10 years ago

Added a test for Stats.maxBy and Stats.minBy. Please take a look!

tpetricek commented 10 years ago

Wonderful, I'll get this merged and update the release!