mathbox

Crates.iomathbox
lib.rsmathbox
version0.2.0
sourcesrc
created_at2021-12-18 15:09:32.630532
updated_at2022-01-31 15:38:39.934307
descriptionA math toolbox
homepage
repositoryhttps://github.com/freedeaths/mathbox-rs.git
max_upload_size
id500035
size121,445
(freedeaths)

documentation

README

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.

Commit count: 14

cargo fmt