IROX-STATS =========== *Various mathematical and statistics utilities* ### No-STD support: * By default ### Features: * None ### Modules: | Module | `[no_std]`? | | |---------------------------------|-------------|-------------------------------------------------------------| | [`decay`](./src/decay.rs) | ![no_std] | Exponential Half-lifes and Decays | | [`filter`](./src/filter.rs) | ![no_std] | Discrete Convolution Filters for Digital Signals Processing | | [`gaussian`](./src/gaussian.rs) | ![no_std] | Gaussian Distribution Functions | [no_std]: https://img.shields.io/badge/no__std-yes-green [std]: https://img.shields.io/badge/feature-std-lightgrey