paper-with-me

홈 › Papers

Statistical Hypothesis Testing for Information Value (IV)

2023-09-22 · Helder Rojas, Cirilo Alvarez, Nilton Rojas

Information value (IV) is a quite popular technique for features selection before the modeling phase. There are practical criteria, based on fixed thresholds for IV, but at the same time mysterious and lacking theoretical arguments, to decide if a predictor has sufficient predictive power to be considered in the modeling phase. However, the mathematical development and statistical inference methods for this technique are almost nonexistent in the literature. In this paper we present a theoretical framework for IV, and at the same time, we propose a non-parametric hypothesis test to evaluate the predictive power of features contemplated in a data set. Due to its relationship with divergence measures developed in the Information Theory, we call our proposal the J - Divergence test. We show how to efficiently compute our test statistic and we study its performance on simulated data. In various scenarios, particularly in unbalanced data sets, we show its superiority over conventional criteria based on fixed thresholds. Furthermore, we apply our test on fraud identification data and provide an open-source Python library, called "statistical-iv"(https://pypi.org/project/statistical-iv/), where we implement our main results.

📄 PDF Abstract BibTeX arXiv:2309.13183

Code (1)

nicerova7/statistical_iv 공식 구현

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

A Generalized Graph Signal Processing Framework for Multiple Hypothesis Testing over Networks

2025-06-04 · Xingchao Jian, Martin Gölz, Feng Ji, Wee Peng Tay 외

We consider the multiple hypothesis testing (MHT) problem over the joint domain formed by a graph and a measure space. On each sample point of this joint domain, we assign a hypothesis test and a corresponding $p$-value.…

A unified Bayesian framework for interval hypothesis testing in clinical trials

2024-02-21 · Abhisek Chakraborty, Megan H. Murray, Ilya Lipkovich, Yu Du

The American Statistical Association (ASA) statement on statistical significance and P-values \cite{wasserstein2016asa} cautioned statisticians against making scientific decisions solely on the basis of traditional P-val…

Testing Dependency of Unlabeled Databases

2023-11-10 · Vered Paslev, Wasim Huleihel

In this paper, we investigate the problem of deciding whether two random databases $\mathsf{X}\in\mathcal{X}^{n\times d}$ and $\mathsf{Y}\in\mathcal{Y}^{n\times d}$ are statistically dependent or not. This is formulated …

Strategic Hypothesis Testing

2025-08-05 · Safwan Hossain, Yatong Chen, Yiling Chen arxiv

We examine hypothesis testing within a principal-agent framework, where a strategic agent, holding private beliefs about the effectiveness of a product, submits data to a principal who decides on approval. The principal …

The evidence contained in the P-value is context dependent

2022-05-26 · Florian Hartig, Frédéric Barraquand

In a recent opinion article, Muff et al. recapitulate well-known objections to the Neyman-Pearson Null-Hypothesis Significance Testing (NHST) framework and call for reforming our practices in statistical reporting. We ag…