- 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.
- 零起點學Linux系統管理
- Cybersecurity:Attack and Defense Strategies
- Kali Linux滲透測試全流程詳解
- VMware Horizon View 6 Desktop Virtualization Cookbook
- Ganglia系統監控
- SharePoint 2013 應用開發實戰
- 細說Linux基礎知識
- Windows Server 2012網絡操作系統項目教程(第4版)
- Linux設備驅動開發
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)
- Office 365 User Guide
- Raspberry Pi入門指南
- 操作系統之哲學原理第2版
- 電腦辦公(Windows 7+Office 2016)入門與提高