-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
31 lines (31 loc) · 962 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: obmodeling
Type: Package
Title: Modeling, Analysis, and Graphics of Limit Order Book Data
Version: 0.1
Url: https://github.com/jmazar/obmodeling
Authors@R: c(
person(given="Jeffrey", family="Mazar", email="[email protected]", role=c("cre", "aut"))
, person(given="Brian G.", family="Peterson", email="[email protected]",role=c("aut"))
)
Description:
The obmodeling package is designed to allow for modeling of order book
features and dynamics based on L1 and L2 data. It includes analytical
methods and graphics drawn from the microstructure literature and aims
to be useful for both professional and academic researchers.
Depends: R (>= 3.3.0)
Imports:
xts
, zoo
, FinancialInstrument
, fasttime
, utils
License: GPL-3
Roxygen: list(markdown = TRUE)
LazyData: true
RoxygenNote: 6.0.1
Suggests:
knitr
, rmarkdown
, PerformanceAnalytics
, highfrequency
VignetteBuilder: knitr