-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.99 KB
/
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
Package: PINstimation
Type: Package
Version: 0.1.3.9000
Date: 2023-03-20
Title: Estimation of the Probability of Informed Trading
Authors@R:
c(person("Montasser", "Ghachem",, "montasser.ghachem@pinstimation.com", role = c("aut", "cre","cph"), comment = c(ORCID = "0000-0001-6991-3316")),
person("Oguz", "Ersan", ,"oguz.ersan@pinstimation.com", role = c("aut"), comment = c(ORCID = "0000-0003-3135-5317")))
Author: Montasser Ghachem [aut, cre, cph] (<https://orcid.org/0000-0001-6991-3316>), Oguz Ersan [aut] (<https://orcid.org/0000-0003-3135-5317>)
Maintainer: Montasser Ghachem <montasser.ghachem@pinstimation.com>
Description: A comprehensive bundle of utilities for the estimation of probability of informed trading models: original PIN in Easley and O'Hara (1992) and Easley et al. (1996); Multilayer PIN (MPIN) in Ersan (2016); Adjusted PIN (AdjPIN) in Duarte and Young (2009); and volume-synchronized PIN (VPIN) in Easley et al. (2011, 2012). Implementations of various estimation methods suggested in the literature are included. Additional compelling features comprise posterior probabilities, an implementation of an expectation-maximization (EM) algorithm, and PIN decomposition into layers, and into bad/good components. Versatile data simulation tools, and trade classification algorithms are among the supplementary utilities. The package provides fast, compact, and precise utilities to tackle the sophisticated, error-prone, and time-consuming estimation procedure of informed trading, and this solely using the raw trade-level data.
URL: https://www.pinstimation.com, https://github.com/monty-se/PINstimation
BugReports: https://github.com/monty-se/PINstimation/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Imports: Rdpack, knitr, methods, skellam, nloptr, furrr, future, dplyr, rmarkdown, coda, magrittr, tidyr
RdMacros: Rdpack
Depends: R (>= 3.5.0)
Suggests: fansi, htmltools
Language: en-US