v0.9.10
New Features
- Node.js core modules can now be imported using the
--require
command line argument. (docs) - Added support for constructing kernel density estimates from the marginal returned by sampling based inference methods. (docs)
- Add the
Mixture
distribution. (docs)
Enhancements
- Improved argument checks for
sample
and distribution constructors. - Documentation updates.