- Mastering R for Quantitative Finance
- Edina Berlinger Ferenc Illés Milán Badics ?dám Banai Gergely Daróczi Barbara D?m?t?r Gergely Gabler Dániel Havran Péter Juhász
- 173字
- 2021-07-23 20:10:40
What you need for this book
All the codes examples provided in this book should be run in the R console that is to be installed first on your computer. You can download the software for free and find the installation instructions for all major operating systems at http://r-project.org. Although we will not cover advanced topics such as how to use R in Integrated Development Environment, there are awesome plugins for Emacs, Eclipse, vi, or Notepad++ besides other editors, and we also highly recommend that you try RStudio, which is a free and open source IDE dedicated to R.
Apart from a working R installation, we will also use some user-contributed R packages that can be easily installed from the Comprehensive A Archive Network. To install a package, use the install.packages
command in the R console, shown as follows:
> install.packages('Quantmod')
After installation, the package should also be loaded first to the current R session before usage:
> library (Quantmod)
You can find free introductory articles and manuals on the R home page.
- GAE編程指南
- Building Modern Web Applications Using Angular
- GraphQL學(xué)習(xí)指南
- Web交互界面設(shè)計(jì)與制作(微課版)
- PHP 編程從入門到實(shí)踐
- Python金融數(shù)據(jù)分析
- Processing互動(dòng)編程藝術(shù)
- Building Mapping Applications with QGIS
- Python數(shù)據(jù)可視化之Matplotlib與Pyecharts實(shí)戰(zhàn)
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- ServiceNow:Building Powerful Workflows
- 機(jī)器學(xué)習(xí)微積分一本通(Python版)
- 微信小程序開發(fā)實(shí)戰(zhàn):設(shè)計(jì)·運(yùn)營(yíng)·變現(xiàn)(圖解案例版)
- Django 5企業(yè)級(jí)Web應(yīng)用開發(fā)實(shí)戰(zhàn)(視頻教學(xué)版)
- Greenplum構(gòu)建實(shí)時(shí)數(shù)據(jù)倉(cāng)庫(kù)實(shí)踐