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). This repository mirrors https://gitlab.com/NMOF/NMOF .
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Keywords
Repository
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 .
Basic Info
- Host: GitHub
- Owner: enricoschumann
- License: other
- Language: R
- Default Branch: master
- Homepage: http://enricoschumann.net/NMOF
- Size: 4.1 MB
Statistics
- Stars: 37
- Watchers: 3
- Forks: 7
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Numerical Methods and Optimisation in Finance
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.
Installing the package
The latest build of the package is always available from https://enricoschumann.net/R/packages/NMOF/. A stable version is available from CRAN.
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.
An RSS feed of the package NEWS file is also available.
Applications, as long as they are finance-related, should be discussed on the R-SIG-Finance mailing list.
Please send bug reports or suggestions directly to the package maintainer, for instance by using =bug.report=.
library("utils")
bug.report("[NMOF] Unexpected behaviour in function XXX",
maintainer("NMOF"), package = "NMOF")
References
Manfred Gilli, Dietmar Maringer and Enrico Schumann. Numerical Methods and Optimization in Finance. Academic Press, 2019.
Owner
- Name: Enrico Schumann
- Login: enricoschumann
- Kind: user
- Location: Switzerland
- Website: http://enricoschumann.net
- Repositories: 3
- Profile: https://github.com/enricoschumann
GitHub Events
Total
- Issues event: 1
- Watch event: 3
- Issue comment event: 1
- Push event: 12
- Fork event: 1
- Create event: 4
Last Year
- Issues event: 1
- Watch event: 3
- Issue comment event: 1
- Push event: 12
- Fork event: 1
- Create event: 4
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Enrico Schumann | es@e****t | 515 |
| enricoschumann | e****n@e****b | 161 |
| stefan7th | s****h@e****b | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 4
- Total pull requests: 0
- Average time to close issues: over 1 year
- Average time to close pull requests: N/A
- Total issue authors: 4
- Total pull request authors: 0
- Average comments per issue: 3.75
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- clcsar (1)
- SatoshiReport (1)
- pgarnry (1)
- Thie1e (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 1,058 last-month
- Total docker downloads: 43,390
- Total dependent packages: 7
- Total dependent repositories: 12
- Total versions: 29
- Total maintainers: 1
cran.r-project.org: NMOF
Numerical Methods and Optimization in Finance
- Homepage: https://enricoschumann.net/NMOF.htm
- Documentation: http://cran.r-project.org/web/packages/NMOF/NMOF.pdf
- License: GPL-3
-
Latest release: 2.10-1
published over 1 year ago