RustyQLib 0.0.3

RustyQLib is a lightweight yet robust quantitative finance library designed to price derivatives and perform risk analysis
Documentation
1
2
3
4
pub trait StochasticProcess{
    fn drift(&self)-> f64;
    fn diffusion(&self)-> f64;
}