fang_oost 0.7.1

A library implementing Fang and Oosterlee's algorithm for inverting characteristic functions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| [Linux][lin-link] |  [Codecov][cov-link]  |
| :---------------: | :-------------------: |
| ![lin-badge]      | ![cov-badge]          |

[lin-badge]: https://travis-ci.org/phillyfan1138/fang_oost_rust.svg?branch=master "Travis build status"
[lin-link]:  https://travis-ci.org/phillyfan1138/fang_oost_rust "Travis build status"
[cov-badge]: https://codecov.io/gh/phillyfan1138/fang_oost_rust/branch/master/graph/badge.svg
[cov-link]:  https://codecov.io/gh/phillyfan1138/fang_oost_rust

# Fang-Oosterlee Library for Rust

Implements [Fang-Oosterlee](http://ta.twi.tudelft.nl/mf/users/oosterle/oosterlee/COS.pdf) algorithm in Rust.  While the algorithm originally was used for option pricing, it can be used for a variety of uses case.

## Related Crates

* [Option Pricing with Fang Oost]https://crates.io/crates/fang_oost_option
* [Distribution Utilities]https://crates.io/crates/cf_dist_utils