在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 《Haskell Financial Data Modeling and Predictive Analytics》

《Haskell Financial Data Modeling and Predictive Analytics》

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.27M
  • 下载次数:3
  • 浏览次数:27
  • 发布时间:2023-01-16
  • 实例类别:一般编程问题
  • 发 布 人:老刘
  • 文件格式:.pdf
  • 所需积分:0
 相关标签:

实例介绍

【实例简介】《Haskell Financial Data Modeling and Predictive Analytics》

【实例截图】

【核心代码】

Table of Contents
Preface 1
Chapter 1: Getting Started with the Haskell Platform 5
The Haskell platform 6
Quick tour of Haskell 10
Laziness 10
Functions as first-class citizens 11
Datatypes 12
Type classes 13
Pattern matching 14
Monads 15
The IO monad 16
Summary 17
Chapter 2: Getting Your Hands Dirty 19
The domain model 19
The Attoparsec library 20
Parsing plain text files 21
Parsing files in applicative style 22
Outlier detection 23
Essential mathematical packages 23
Grubb's test for outliers 25
Template Haskell, quasiquotes, type families, and GADTs 26
Persistent ORM framework 27
Declaring entities 28
Inserting and updating data 28
Fetching data 30
Summary 30
Table of Contents
[ ii ]
Chapter 3: Measuring Tick Intervals 31
Point process 31
Counting process 31
Durations 32
Experimental durations 32
Maximum likelihood estimation 34
Generic MLE implementation 35
Poisson process calibration 35
MLE estimation 36
Akaike information criterion 37
Haskell implementation 38
Renewal process calibration 38
MLE estimation 38
Cox process calibration 39
MLE estimation 41
Model selection 41
The secant root-finding algorithm 42
The QuickCheck test framework 43
QuickCheck test data modifiers 45
Summary 47
Chapter 4: Going Autoregressive 49
The ARMA model definition 49
The Kalman filter 50
Matrix manipulation libraries in Haskell 52
HMatrix basics 52
The Kalman filter in Haskell 54
The state-space model for ARMA 55
ARMA in Haskell 55
ACD model extension 56
Experimental conditional durations 57
The Autocorrelation function 58
Stream fusion 59
The Autocorrelation plot 61
QML estimation 61
State-space model for ACD 63
Summary 63
Chapter 5: Volatility 65
Historic volatility estimators 65
Volatility estimator framework 66
Table of Contents
[ iii ]
Alternative volatility estimators 67
The Parkinson's number 68
The Garman-Klass estimator 69
The Rogers-Satchel estimator 69
The Yang-Zhang estimator 69
Choosing a volatility estimator 70
The variation ratio method 70
Forecasting volatility 71
The GARCH (1,1) model 72
Maximum likelihood estimation of parameters 73
Implementation details 74
Parallel computations 75
Code benchmarking 75
Haskell Run-Time System 77
The divide-and-conquer approach 78
GARCH code in parallel 81
Evaluation strategy 81
Summary 83
Chapter 6: Advanced Cabal 85
Common usage 86
Packaging with Cabal 86
Cabal in sandbox 87
Summary 89
Appendix: References 91
Index 93

标签:

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警