Skip to content

Commit 8ae4aa7

Browse files
authored
Merge pull request #295 from yfnaji/longstaff-schwarz
Longstaff-Schwartz Method for Pricing American Options
2 parents 068350e + 37cab3f commit 8ae4aa7

File tree

3 files changed

+457
-0
lines changed

3 files changed

+457
-0
lines changed

crates/RustQuant_instruments/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ derive_builder = { workspace = true }
3232
errorfunctions = { workspace = true }
3333
serde = { workspace = true }
3434
num = { workspace = true }
35+
nalgebra = { workspace = true }
36+
rand = { workspace = true }
37+
rand_distr = { workspace = true }
3538

3639
## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3740
## RUSTDOC CONFIGURATION

0 commit comments

Comments
 (0)