Skip to content

Commit

Permalink
Improved README.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Oct 10, 2017
1 parent 52195a6 commit 4acefc7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ an evaluation.

**`interest_rate`**

The continuously compounding short run risk free rate, used for discounting.
The continuously compounding short run risk free rate, used for discounting (default `0`).

**`price_process`**

Expand All @@ -238,7 +238,7 @@ Determines the accuracy of the simulated random variables (default `20000`).
**`perturbation_factor`**

Used to calculate "greeks". If the `path_count` is larger, a smaller
perturbation factor may give better results. The default `perturbation_factor` is `0.01`.
perturbation factor may give better result (default `0.01`).

**`max_dependency_graph_size`**

Expand Down Expand Up @@ -538,7 +538,9 @@ Schwartz, 1998) to compare the conditional expected value of each alternative `E

```
<Choice> ::= "Choice(" <Expression> "," <Expression> ")"
```

```
[[Choice(x, y)]](t) = max(E[[[x]](t) | F(t)], E[[[y]](t) | F(t)])
```

Expand Down

0 comments on commit 4acefc7

Please sign in to comment.