inditech 0.1.0

A set of technical indicators for time series analysis
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod ema;
mod identity;
mod roc;
mod rsi;
mod sma;

pub use ema::EMA;
pub use identity::Identity;
pub use roc::ROC;
pub use rsi::RSI;
pub use sma::SMA;