The R Journal: article published in 2018, volume 10:1

InfoTrad: An R package for estimating the probability of informed trading PDF download
Duygu Çelik and Murat Tiniç , The R Journal (2018) 10:1, pages 31-42.

Abstract The purpose of this paper is to introduce the R package InfoTrad for estimating the proba bility of informed trading (PIN) initially proposed by Easley et al. (1996). PIN is a popular information asymmetry measure that proxies the proportion of informed traders in the market. This study provides a short survey on alternative estimation techniques for the PIN. There are many problems documented in the existing literature in estimating PIN. InfoTrad package aims to address two problems. First, the sequential trading structure proposed by Easley et al. (1996) and later extended by Easley et al. (2002) is prone to sample selection bias for stocks with large trading volumes, due to floating point exception. This problem is solved by different factorizations provided by Easley et al. (2010) (EHO factorization) and Lin and Ke (2011) (LK factorization). Second, the estimates are prone to bias due to boundary solutions. A grid-search algorithm (YZ algorithm) is proposed by Yan and Zhang (2012) to overcome the bias introduced due to boundary estimates. In recent years, clustering algorithms have become popular due to their flexibility in quickly handling large data sets. Gan et al. (2015) propose an algorithm (GAN algorithm) to estimate PIN using hierarchical agglomerative clustering which is later extended by Ersan and Alici (2016) (EA algorithm). The package InfoTrad offers LK and EHO factorizations given an input matrix and initial parameter vector. In addition, these factorizations can be used to estimate PIN through YZ algorithm, GAN algorithm and EA algorithm.

Received: 2017-03-05; online 2018-05-16, supplementary material, (4.3 KiB)
CRAN packages: InfoTrad, FinAsym, PIN, nloptr
CRAN Task Views implied by cited CRAN packages: Finance, Optimization


CC BY 4.0
This article and supplementary materials are licensed under a Creative Commons Attribution 4.0 International license.

@article{RJ-2018-013,
  author = {Duygu Çelik and Murat Tiniç},
  title = {{InfoTrad: An R package for estimating the probability of
          informed trading}},
  year = {2018},
  journal = {{The R Journal}},
  doi = {10.32614/RJ-2018-013},
  url = {https://doi.org/10.32614/RJ-2018-013},
  pages = {31--42},
  volume = {10},
  number = {1}
}