|
|
|
|
LEADER |
00000cam a22000007a 4500 |
001 |
EBSCO_ocn862367428 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
131108s2013 xx ob 001 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d EBLCP
|d MHW
|d YDXCP
|d UMI
|d MEAUC
|d S4S
|d COO
|d DEBBG
|d DEBSZ
|d N$T
|d E7B
|d OCLCQ
|d OCLCF
|d OCLCQ
|d LOA
|d FEM
|d AGLDB
|d ICA
|d MOR
|d PIFAG
|d XFH
|d ZCU
|d MERUC
|d OCLCQ
|d U3W
|d D6H
|d STF
|d OCLCQ
|d VTS
|d CEF
|d ICG
|d NLE
|d VT2
|d AU@
|d UKMGB
|d OCLCQ
|d WYU
|d G3B
|d TKN
|d UAB
|d DKC
|d OCLCQ
|d M8D
|d UKAHL
|d OCLCQ
|d OCLCO
|d QGK
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018005470
|2 Uk
|
019 |
|
|
|a 867906884
|a 868297642
|a 961625541
|a 962572628
|a 968076802
|a 968985172
|a 1259265004
|
020 |
|
|
|a 9781461949732
|q (electronic bk.)
|
020 |
|
|
|a 1461949734
|q (electronic bk.)
|
020 |
|
|
|a 1306070546
|q (electronic bk.)
|
020 |
|
|
|a 9781306070546
|q (electronic bk.)
|
020 |
|
|
|a 9781782169444
|q (electronic bk.)
|
020 |
|
|
|a 178216944X
|q (electronic bk.)
|
020 |
|
|
|a 1782169431
|
020 |
|
|
|a 9781782169437
|
020 |
|
|
|z 9781782169437
|
024 |
3 |
|
|a 9781306070546
|
029 |
1 |
|
|a AU@
|b 000055929664
|
029 |
1 |
|
|a DEBBG
|b BV041778310
|
029 |
1 |
|
|a DEBBG
|b BV044063264
|
029 |
1 |
|
|a DEBSZ
|b 404327974
|
029 |
1 |
|
|a DEBSZ
|b 493131434
|
029 |
1 |
|
|a NZ1
|b 15908629
|
029 |
1 |
|
|a UKMGB
|b 018005470
|
035 |
|
|
|a (OCoLC)862367428
|z (OCoLC)867906884
|z (OCoLC)868297642
|z (OCoLC)961625541
|z (OCoLC)962572628
|z (OCoLC)968076802
|z (OCoLC)968985172
|z (OCoLC)1259265004
|
037 |
|
|
|a 7510121776257557616
|b TotalBoox
|f Ebook only
|n www.totalboox.com
|
050 |
|
4 |
|a QA76.9.D343 .R384 2013
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.76
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Ryzhov, Pavel.
|
245 |
1 |
0 |
|a Haskell Financial Data Modeling and Predictive Analytics.
|
260 |
|
|
|b Packt Publishing,
|c 2013.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a This book is a hands-on guide that teaches readers how to use Haskell's tools and libraries to analyze data from real-world sources in an easy-to-understand manner. This book is great for developers who are new to financial data modeling using Haskell. A basic knowledge of functional programming is not required but will be useful. An interest in high frequency finance is essential.
|
504 |
|
|
|a Includes bibliographical references and index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Haskell Platform; The Haskell platform; Quick tour of Haskell; Laziness; Functions as first-class citizens; Datatypes; Type classes; Pattern matching; Monads; The IO monad; Summary; Chapter 2: Getting Your Hands Dirty; The domain model; The Attoparsec library; Parsing plain text files; Parsing files in applicative style; Outlier detection; Essential mathematical packages; Grubb's test for outliers.
|
505 |
8 |
|
|a Template Haskell, quasiquotes, type families and GADTsPersistent ORM framework; Declaring entities; Inserting and updating data; Fetching data; Summary; Chapter 3: Measuring Tick Intervals; Point process; Counting process; Durations; Experimental durations; Maximum likelihood estimation; Generic MLE implementation; Poisson process calibration; MLE estimation; Akaike information criterion; Haskell implementation; Renewal process calibration; MLE estimation; Cox process calibration; MLE estimation; Model selection; The secant root finding algorithm; The QuickCheck test framework.
|
505 |
8 |
|
|a QuickCheck test data modifiersSummary; Chapter 4: Going Autoregressive; The ARMA model definition; The Kalman filter; Matrix manipulation libraries in Haskell; HMatrix basics; The Kalman filter in Haskell; The state space model for ARMA; ARMA in Haskell; ACD model extension; Experimental conditional durations; The Autocorrelation function; Stream fusion; Autocorrelation plot; QML estimation; State space model for ACD; Summary; Chapter 5: Volatility; Historic volatility estimators; Volatility estimator framework; Alternative volatility estimators; The Parkinson's number.
|
505 |
8 |
|
|a The Garman-Klass estimatorThe Rogers-Satchel estimator; The Yang-Zhang estimator; Choosing a volatility estimator; The variation ratio method; Forecasting volatility; The GARCH (1,1) model; Maximum likelihood estimation of parameters; Implementation details; Parallel computations; Code benchmarking; Haskell Run-Time System; The divide and conquer approach; GARCH code in parallel; Evaluation strategy; Summary; Chapter 6: Advanced Cabal; Common usage; Packaging with Cabal; Cabal in sandbox; Summary; Appendix: References; Index.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Electronic data processing.
|
650 |
|
0 |
|a Haskell (Computer program language)
|
650 |
|
6 |
|a Haskell (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Electronic data processing
|2 fast
|
650 |
|
7 |
|a Haskell (Computer program language)
|2 fast
|
776 |
0 |
|
|z 1782169431
|
776 |
0 |
|
|z 1306070546
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=656214
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26849641
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10794266
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 656214
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis26532489
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11318842
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11314755
|
994 |
|
|
|a 92
|b IZTAP
|