Module RustQuant::math

source ·
Expand description

Parent module containing: mathematical and statistical tools.

Re-exports

pub use crate::math::interpolation::*;
pub use crate::math::newton_raphson::*;
pub use crate::math::normal_distribution::*;
pub use crate::math::risk_reward::*;

Modules

Submodule of math: implements interpolation solvers.
Submodule of math: implements Newton-Raphson method.
Submodule of math: implements normal distribution functions.
Submodule of math: implements simple risk/reward functions.