Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 317 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 317 Bytes

FE-R

Financial Engineering functions in R

Contents

  • Black-Scholes option pricing model: price and implied volatility
  • Bachelier option pricing model: price and implied volatility

Installation

Install devtools package in run

library(devtools)
devtools::install_github("PyFE/FE-R", subdir="pkg")