qfl 0.1.1

A Rust library of various functions and tools for Statistics, Quant Finance, Stochastic Modelling, and other needs.
Documentation
1
2
3
4
5
6
7
//Placeholder / Template


fn main()
{
  println!("{:?}", qfl::math::stochasticd::generate_srw(0.5, -1.0, 15));
}