Skip to content

Commit

Permalink
Improved README.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Oct 4, 2017
1 parent 1529ec3 commit 05b7b57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ such as:
[geometric Brownian motion](https://en.wikipedia.org/wiki/Geometric_Brownian_motion) for the `Market` element; and
[least squares Monte Carlo](https://en.wikipedia.org/wiki/Monte_Carlo_methods_for_option_pricing#Least_Square_Monte_Carlo)
for the `Choice` element.
The validity of Monte Carlo simulation for all possible expressions in the language is
[proven by induction](http://www.appropriatesoftware.org/quant/docs/quant-dsl-definition-and-proof.pdf).

In the table below, expression `v` defines a function `[[v]](t)` from present time `t` to a random
variable in a probability space. For market `i`, the last price `Si` and volatility `σi` are determined
Expand Down Expand Up @@ -89,9 +91,6 @@ on filtration `F`.
[[-x]](t) = -[[x]](t)
```

The validity of Monte Carlo simulation for all possible expressions in the language is
[proven by induction](http://www.appropriatesoftware.org/quant/docs/quant-dsl-definition-and-proof.pdf).

### Software

This library is an implementation of Quant DSL in Python.
Expand Down

0 comments on commit 05b7b57

Please sign in to comment.