Skip to content

pehcy/stochastic-quantitative-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is about how to implement stochastic algorithms via Rust for European options ⚗️

Why using Rust?

Although Python is widely used by quantitative analysts and statistician. While comparing Rust with Python, Rust provide the best performance and faster compilation speed. Also, it's more C like. The code can be written more idiomatic.

Test time

Simulation Compilation time
Monte-Carlo 0.258s
Static Geometric Brownian motion 0.247s
Dynamic Geometric Brownian motion N/A
Square-root diffusion 0.385s

TODO List

  • Implement Square-root diffusion, Geometric Brownian motion, and their variation of euler discretization.
  • Test all the functions.
  • README

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages