Skip to content

Commit 68e3833

Browse files
authored
Update README.md
1 parent 08aed90 commit 68e3833

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# BlackScholes-R
2-
Black-Scholes and Bachelier option price and implied volatility functions in R
1+
# FE-R
2+
Financial Engineering functions in R
3+
4+
## Contents
5+
* Black-Scholes option pricing model: price and implied volatility
6+
* Bachelier option pricing model: price and implied volatility
37

48
## Installation
59
Install `devtools` package in run
610
```R
711
library(devtools)
8-
install_github("PyFE/BlackScholes-R", subdir="pakage")
12+
install_github("PyFE/FE-R", subdir="pakage")
913
```

0 commit comments

Comments
 (0)