We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08aed90 commit 68e3833Copy full SHA for 68e3833
README.md
@@ -1,9 +1,13 @@
1
-# BlackScholes-R
2
-Black-Scholes and Bachelier option price and implied volatility functions in R
+# FE-R
+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
7
8
## Installation
9
Install `devtools` package in run
10
```R
11
library(devtools)
-install_github("PyFE/BlackScholes-R", subdir="pakage")
12
+install_github("PyFE/FE-R", subdir="pakage")
13
```
0 commit comments