One of the most attractive features of R is its linear modeling capabilities. We describe
a Python package, salmon, that brings the best of R’s linear modeling functionality to
Python in a Pythonic way – by providing composable objects for…
Holistic linear regression extends the classical best subset selection problem by adding
additional constraints designed to improve the model quality. These constraints include
sparsity-inducing constraints, sign-coherence constraints and linear…
The library scikit-fda is a Python package for functional data analysis (FDA). It provides a comprehensive set of tools for representation, preprocessing, and exploratory analysis of functional data. The library is built upon and integrated in…
Empirical likelihood enables a nonparametric, likelihood-driven style of inference without relying on assumptions frequently made in parametric models. Empirical likelihoodbased tests are asymptotically pivotal and thus avoid explicit studentization.…
Two common issues arise in regression modelling of bivariate count data: (i) dependence across outcomes, and (ii) excess zero counts (i.e., zero inflation). However, there
are currently few options to estimate bivariate zero-inflated count…
For randomized controlled trials (RCTs) with a single intervention’s impact being measured on multiple outcomes, researchers often apply a multiple testing procedure (such
as Bonferroni or Benjamini-Hochberg) to adjust p values. Such an adjustment…
Non-Gaussian spatial and spatio-temporal data are becoming increasingly prevalent,
and their analysis is needed in a variety of disciplines. FRK is an R package for spatial
and spatio-temporal modeling and prediction with very large data sets that,…
Market models constitute a significant cornerstone of empirical applications in business, industrial organization, and policymaking macroeconomics. The econometric literature proposes various estimation methods for markets in equilibrium, which…
The R package DoubleML implements the double/debiased machine learning framework of Chernozhukov, Chetverikov, Demirer, Duflo, Hansen, Newey, and Robins (2018).
It provides functionalities to estimate parameters in causal models based on machine…
The tipsae package implements a set of small area estimation tools for mapping proportions and indicators defined on the unit interval. It provides for small area models
defined at area level, including the classical beta regression, zero- and/or…