6 ms·
Thanks for your interest! I think the biggest thing to do is finalize the public API and release v1.0.0. I started with only functions but have since added typ
by anonfunction 11y ago
Thanks for your interest!
I think the biggest thing to do is finalize the public API and release v1.0.0. I started with only functions but have since added types, so I'd like to figure out if I should support both or stick to one or the other. I have a feeling I could use an Interface to make stats work for both []float64 and []int but I'm not sure about that.
Another thing I'd like to do is add more test suites, I know they are out there for more mature statistics packages in other languages that could be ported to Go.
Speaking of mature packages, I think the Gnu GSL Statistics[1] could be a good roadmap for future functionality and API design decisions.
1. http://www.gnu.org/software/gsl/manual/html_node/Statistics.html#Statistics http://www.gnu.org/software/gsl/manual/html_node/Statistics....