Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 372 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 372 Bytes

FE-R

Financial Engineering functions in R

R Package

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")