You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functions, examples and data from the first and the second edition of "Numerical Methods and Optimization in Finance" by M. Gilli, D. Maringer and E. Schumann (2019, ISBN:978-0128150658). This repository mirrors https://gitlab.com/NMOF/NMOF .
Functions, examples and data from the first and the
second edition of "Numerical Methods and Optimization
in Finance" by
M. Gilli,
D. Maringer
and E. Schumann
(2019, ISBN:978-0128150658). The package provides
implementations of optimisation heuristics
(Differential Evolution, Genetic Algorithms, Particle
Swarm Optimisation, Simulated Annealing and Threshold
Accepting), and other optimisation tools, such as grid
search and greedy search. There are also functions for
the valuation of financial instruments, such as bonds
and options, and functions that help with stochastic
simulations.
To install the package from within an R session, type:
install.packages('NMOF') ## CRAN version
install.packages('NMOF', ## development version
repos = c('https://enricoschumann.net/R',
getOption('repos')))
News, feedback and discussion
New package releases and other news related to the book or the
package are announced on the
NMOF-news mailing list.
Functions, examples and data from the first and the second edition of "Numerical Methods and Optimization in Finance" by M. Gilli, D. Maringer and E. Schumann (2019, ISBN:978-0128150658). This repository mirrors https://gitlab.com/NMOF/NMOF .