请选择 进入手机版 | 继续访问电脑版
楼主: RiverSide
20957 149

[统计套利] Quantitative Trading with R   [推广有奖]

  • 2关注
  • 4粉丝

讲师

2%

还不是VIP/贵宾

-

威望
0
论坛币
15223 个
通用积分
7.6364
学术水平
28 点
热心指数
23 点
信用等级
22 点
经验
5283 点
帖子
206
精华
2
在线时间
310 小时
注册时间
2005-3-24
最后登录
2023-8-28

RiverSide 发表于 2015-2-25 13:53:17 |显示全部楼层 |坛友微信交流群
相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
Quantitative Trading with R  Harry Georgakopoulos

书评: 量化领域书越来越多。这本书用R来描述量化投资中分析的一些数学手段,一些基础工具,如果你使用R 这本书作为起点是不错的,如果你以前使用其他工具,没有必要改变,就用你以前的工具吧。但如果你想以后和开源社区交流,R 是你躲不过去的工具和技能


这本书不是建模的书。作者没有说他在建模。试想,如果一个人忽悠他的模型,何必来写书讨生活?

模型和策略是 一个公司最机密的东西,不可能公开,本书就是R在量化交易中的一些应用。不是模型。 这个领域骗子和忽悠的越来越多(辨别很简单,如果他推销模型,他就是骗子,此断言有极高的置信度)。除了不是现成的模型,本书是以 R做量化比较重要比较好的参考书,所以定价15.   和金融产品一样,让市场决定是否值得。

目录如下,拷贝出来就是这个烂样子,不好意思


本帖隐藏的内容

Quantitative Trading with R_ Un - Harry Georgakopoulos.pdf (15.14 MB, 需要: 15 个论坛币)


Contents
List of Figures List of Tables Acknowledgments

1 An Overview The mission statement Financial markets and instruments Trading strategies High-frequency trading About the orderbook Trading automation Where to get data from Summary


2 Tools of the Trade The R language Getting started with R The c() object The matrix() object The data.frame() object The list() object The new.env() object Using the plot() function Functional programming Writing functions in R Branching and looping A recommended style guide A pairwise correlation example Summary


3 Working with Data Getting data into R Installing packages in R Storing and transmitting data Extracting data from a spreadsheet
10Accessing a database The dplyr package Using the xts package Using the quantmod package Charting with quantmod Graphing with ggplot2 Summary



4 Basic Statistics and Probability What is a statistic? Population versus sample Central Limit Theorem in R Unbiasedness and efficiency Probability basics Random variables Probabilities Probability distributions Bayes versus frequentist approach Simulations of coins On the use of RStan Summary


5 Intermediate Statistics and Probability Random process Stock price distributions Stationarity Determining stationarity with urca Assumptions of normality Correlation Filtering data R formulas The linear in linear regression Volatility Summary


6 Spreads, Betas and Risk Defining the stock spread Ordinary Least Squares versus Total Least Squares Constructing the spread Signal generation and validation Trading the spread Considering the risk More on the equity curve Strategy attributes
11Summary



7 Backtesting with Quantstrat Backtesting methodology About blotter and PerformanceAnalytics Initial setup The first strategy: A simple trend follower Backtesting the first strategy Evaluating the performance The second strategy: Cumulative Connors RSI Evaluating the mean-reverting strategy Summary


8 High-Frequency Data High-frequency quotes Inter-quote arrival times Identifying liquidity regimes The micro-price Distributions and autocorrelations The highfrequency package Summary


9 Options Option theoretical value A history of options Valuation of options Exploring options trade data Implied volatility Summary


10 Optimization The motivating parabola Newton’s method The brute-force approach R optimization routines A curve-fitting exercise Portfolio optimization Summary


11 Speed, Testing, and Reporting Runtime execution improvements Benchmarking R code The Rcpp solution Calling R from C++ with RInside Writing unit tests with testthat
12
Using knitr for documentation Summary
Notes References Index



二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Quantitative QUANTITATIV Trading rading quant 起点 技能 领域 模型 数学

回帖推荐

zzyftpl 发表于15楼  查看完整内容

前面是我见过说的比较中肯的话之一,虽然不是所有人都不推销模型的,期权定价模型就是被作者广泛推销嘛,不过那些都不是以赚钱为目的的模型
已有 7 人评分经验 论坛币 学术水平 热心指数 信用等级 收起 理由
accumulation + 100 + 1 + 1 + 1 精彩帖子
jerker + 30 + 30 精彩帖子
joewaters + 1 + 1 + 1 精彩帖子
crystal8832 + 2 + 2 + 1 奖励积极上传好的资料
oliyiyi + 100 精彩帖子
离歌レ笑 + 100 + 5 精彩帖子
fantuanxiaot + 58 + 3 + 3 + 3 精彩帖子

总评分: 经验 + 230  论坛币 + 188  学术水平 + 12  热心指数 + 7  信用等级 + 6   查看全部评分

本帖被以下文库推荐

fantuanxiaot 发表于 2015-2-25 14:10:55 |显示全部楼层 |坛友微信交流群

使用道具

牛尾巴 发表于 2015-2-25 14:26:04 |显示全部楼层 |坛友微信交流群
新年快乐。谢谢分享。
已有 1 人评分经验 论坛币 收起 理由
fantuanxiaot + 10 + 8 精彩帖子

总评分: 经验 + 10  论坛币 + 8   查看全部评分

使用道具

accumulation 学生认证  发表于 2015-2-25 14:33:14 来自手机 |显示全部楼层 |坛友微信交流群
RiverSide 发表于 2015-2-25 13:53
Quantitative Trading with R  Harry Georgakopoulos

书评: 量化领域书越来越多。这本书用R来描述量化投 ...
谢谢分享!
已有 1 人评分经验 论坛币 收起 理由
fantuanxiaot + 10 + 2 精彩帖子

总评分: 经验 + 10  论坛币 + 2   查看全部评分

使用道具

idlelife 发表于 2015-2-25 15:04:46 |显示全部楼层 |坛友微信交流群
感谢楼主分享好书~{:2_25:}
已有 1 人评分经验 收起 理由
fantuanxiaot + 6 精彩帖子

总评分: 经验 + 6   查看全部评分

使用道具

beyondcj 发表于 2015-2-25 15:23:54 |显示全部楼层 |坛友微信交流群
感谢楼主分享
已有 1 人评分经验 收起 理由
fantuanxiaot + 8 精彩帖子

总评分: 经验 + 8   查看全部评分

使用道具

vermouth86 发表于 2015-2-25 16:46:08 |显示全部楼层 |坛友微信交流群
学习学习。。。。
已有 1 人评分经验 收起 理由
fantuanxiaot + 8 精彩帖子

总评分: 经验 + 8   查看全部评分

使用道具

wujohn1990 发表于 2015-2-25 17:07:40 |显示全部楼层 |坛友微信交流群
感谢分享
已有 1 人评分经验 收起 理由
fantuanxiaot + 5 精彩帖子

总评分: 经验 + 5   查看全部评分

使用道具

woaiwangqiao 发表于 2015-2-25 18:42:40 |显示全部楼层 |坛友微信交流群
看看怎么样
已有 1 人评分经验 收起 理由
fantuanxiaot + 8 精彩帖子

总评分: 经验 + 8   查看全部评分

使用道具

工人一号 发表于 2015-2-25 19:13:45 |显示全部楼层 |坛友微信交流群
谢谢分享,下来学习下。
已有 1 人评分经验 收起 理由
fantuanxiaot + 5 精彩帖子

总评分: 经验 + 5   查看全部评分

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jr
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-3-29 05:04