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
8
9
10
11
12
13
14
15
16
[package]
name = "qfl"
version = "0.1.1"
edition = "2024"
description = "A Rust library of various functions and tools for Statistics, Quant Finance, Stochastic Modelling, and other needs."
license = "MIT"

[dependencies]
rand = "0.8"

[[bin]]
name = "qfl"
path = "main.rs"

[lib]
path = "lib.rs"