Financial Engineering in R
Last updated Jun 22, 2026
16
Stars
4
Forks
2
Issues
0
Stars/day
Attention Score
58
Topics
Language breakdown
R 95.6%
TeX 4.4%
▸ Files
click to expand
README
FE-R
Financial Engineering functions in RR Package
- https://cran.r-project.org/package=FER
Documentation
- Package website: https://pyfe.github.io/FE-R/
- Note: Black–Scholes implied volatility via the inverse Gaussian survival function
Contents
- Black-Scholes option pricing model: price and implied volatility
- Bachelier option pricing model: price and implied volatility
Installation
Install thedevtools package and run
library(devtools)
devtools::install_github("PyFE/FE-R", subdir="pkg")🔗 More in this category