traquer 0.7.0

technical analysis library
Documentation
1
2
3
4
5
6
//! Statistics Functions
//!
//! Provides descriptive and inferential statistical functions for data analysis.

pub mod distribution;
pub mod regression;