peroxide 0.15.2

Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax
Documentation
# TODO

## 2019.07.31

- [ ] Implement various pdf
    - [x] Bernoulli
    - [x] Beta
    - [ ] Dirichlet
    - [x] Gamma
    - [ ] Student's t
    - [ ] Wishart
- [ ] Implement special polynomial
    - [ ] Legendre
    - [ ] Bessel
    - [ ] Hermite
- [ ] Implement DataFrame
- [ ] Determine main API
- [ ] Implement convenient structure of Neural Network
- [ ] Documentized
    - [x] Vector
    - [x] Matrix
    - [x] Linear Algebra
    - [x] Functional Programming
    - [x] Statistics
    - [ ] Interpolation & Spline
    - [x] ODE
    - [ ] Macros
    - [ ] Machine Learning
    - [ ] Optimize
- [ ] Export distributions using Pickle
- [ ] Fill `ExtraOps` for `HyperDual`

## Complete

- [x] Can choose API - MATLAB, Python, R
- [x] Implement Plot
- [x] Re-write `numerical` module
- [x] Optimize
    - [x] Linear Regression
    - [x] Non-linear Regression
        - [x] Gauss-Newton (But not yet merged)
        - [x] Gradient Descent
        - [x] Levenberg-Marquardt