stochastic-rs 2.6.0

Quantitative finance in Rust: 120+ stochastic processes, option pricing, model calibration, volatility surfaces, fixed income, risk and copulas — SIMD/GPU accelerated, with Python bindings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import 'tailwindcss';
@import 'fumadocs-ui/css/neutral.css';
@import 'fumadocs-ui/css/preset.css';
@import 'katex/dist/katex.min.css';

@source '../node_modules/fumadocs-ui/dist/**/*.js';

:root {
  --color-fd-background: hsl(0 0% 100%);
}

.dark {
  --color-fd-background: hsl(240 5% 6%);
}