#characteristics #function #cf #distributions #variety

cf_functions

为多种分布提供特征函数的库

20个版本 (破坏性更新)

0.16.0 2021年9月4日
0.14.0 2020年1月11日
0.13.0 2019年3月2日
0.10.0 2018年9月23日
0.2.0 2018年7月16日

#6#distributions

Download history 31/week @ 2024-03-27 25/week @ 2024-04-03

每月91次下载
用于 2 crate

MIT许可证

62KB
1K SLoC

[lin-badge]: https://github.com/danielhstahl/cf_functions_rust/workflows/Rust/badge.svg [cov-badge]: https://codecov.io/gh/danielhstahl/cf_functions_rust/branch/master/graph/badge.svg

Linux Codecov
![lin-badge] ![cov-badge]

CF函数

在Rust中实现常见的CF函数

参考资料

Duffie: http://web.stanford.edu/~duffie/dps.pdf

Carr-Geman-Madan-Yor: http://finance.martinsewell.com/stylized-facts/distribution/CarrGemanMadanYor2002.pdf

我的ops-risk论文: https://github.com/danielhstahl/OpsRiskPaper/releases/download/0.1.0/main.pdf

基准测试

https://danielhstahl.github.io/cf_functions_rust/report/index.html

Crates

https://crates.io/crates/cf_functions


lib.rs:

提供了一些常见的与期权定价相关的特征函数。所有特征函数均相对于"ui"而非"u"。

依赖项

~250–350KB