Skip to content

PyFE/FE-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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