1 unstable release
0.2.0 | Jan 31, 2022 |
---|---|
0.1.0 |
|
#994 in Math
45KB
1K
SLoC
Mathbox
Author: freedeaths Date: 2022.Jan.31 Version: v0.2.0
Overview
Mathbox
is a collection of math tools for Rust. na
stands for Numric Analisys; opt
is Optimization; stats
is Statistics. There will be more modules in the future.
app
is a collection of tools for different filed such as time series signal processing, based on na
, opt
, stats
and other basic modules.
Applications
Time series signal processing
- Correlation of different signals
- Change-points detection
- Decomposition of a signal
Please take a look at Examples.
lib.rs
:
Mathbox
is a collection of math tools for Rust. na
stands for Numric Analisys; opt
is Optimization; stats
is Statistics. There will be more modules in the future.
app
is a collection of tools for different filed such as time series signal processing, based on na
, opt
, stats
and other basic modules.
Dependencies
~1MB
~15K SLoC