inst/book/2ed/05_Binomial_trees/R/Binomial_Trees.R

### R code from "Numerical Methods and Optimization in Finance"

###################################################
### code chunk number 1: chapter-settings
###################################################
library("NMOF")
options(continue = "  ",
        digits = 3,
        scipen = 1e3,
        width = 55,
        str = strOptions(strict.width = "cut"),
        useFancyQuotes = FALSE,
        warn = 2)


###################################################
### code chunk number 2
###################################################
EuropeanCall


###################################################
### code chunk number 3
###################################################
EuropeanCallBE
enricoschumann/NMOF documentation built on May 3, 2024, 10:06 p.m.