- Introduction to R for Quantitative Finance
- Gergely Daróczi Michael Puhle Edina Berlinger
- 187字
- 2021-07-23 14:13:57
What you need for this book
All the code examples provided in this book should be run in the R console that is to be installed first on a 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 Environments, there are awesome plugins for Emacs, Eclipse, vi, or Notepad++ besides other editors, and we can also highly recommend trying 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 R Archive Network. To install a package, use the install.packages
command in the R console, shown as follows:
> install.packages('zoo')
After installation, the package should be also loaded first to the current R session before usage:
> library(zoo)
You can find free introductory articles and manuals on the R homepage, but this book is targeted towards beginners, so no additional R knowledge is assumed from the reader.
- 鴻蒙生態:開啟萬物互聯的智慧新時代
- WordPress Mobile Web Development:Beginner's Guide
- 玩到極致 iPhone 4S完全攻略
- 嵌入式應用程序設計綜合教程(微課版)
- Linux運維最佳實踐
- Learning Magento 2 Administration
- Learn SwiftUI
- 嵌入式微系統
- Java EE 7 Developer Handbook
- Docker容器技術與應用
- Windows網絡編程(第2版)
- Android NDK Beginner's Guide
- Learning Joomla! 3 Extension Development(Third Edition)
- 程序員必讀經典(算法基礎+計算機系統)
- Responsive Web Design with AngularJS