Complete support for statsample, improved plotting and more functionality.
This release makes daru completely compatible with statsample and statsample-glm for statistical analysis of data by introducing it as a dependency in these gems. Thus you can now use daru data structures in tandem with statsample for statistical analysis.
Apart from this, some salient features of this release are as follows:
- Many new iterators - map, filter, each, recode, collect and their destructive versions.
- Much improved wrapper over nyaplot for plotting.
- Many new statistics functions.
- More functions to deal with missing data.
- Loading and writing to many file formats like CSV files, Excel spreadsheets, plain text and SQL databases.
- Added a new wrapper to wrap over GSL::Vector for super fast computations and optimum storage.
- Several bug fixes
- Better documentation and extensive usage examples.