Skip to content

Commit ec0d907

Browse files
committed
Merge branch 'main' of https://github.com/PyFE/FE-R into main
2 parents 1cdb9e2 + 68e3833 commit ec0d907

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +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
7+
8+
## Installation
9+
Install `devtools` package in run
10+
```R
11+
library(devtools)
12+
install_github("PyFE/FE-R", subdir="pakage")
13+
```

0 commit comments

Comments
 (0)