- 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.
- Learning Single:page Web Application Development
- 數據庫系統原理及MySQL應用教程(第2版)
- Spring 5.0 By Example
- Visual FoxPro程序設計教程
- 軟件界面交互設計基礎
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Java程序設計與計算思維
- Java程序設計與實踐教程(第2版)
- 微信小程序開發解析
- Gradle for Android
- Apache Spark 2.x for Java Developers
- Clojure for Machine Learning
- JQuery風暴:完美用戶體驗
- Python大規模機器學習
- INSTANT JQuery Flot Visual Data Analysis