Skip to main content

No project description provided

Project description

PyPI Python Downloads GitHub Workflow Status GitHub codecov DOI

Dissaggregation under Generalized Proportionality Assumptions

This package disaggregates an estimated count observation into buckets based on the assumption that the rate (in a suitably transformed space) is proportional to some baseline rate.

The most basic functionality is to perform disaggregation under the rate multiplicative model that is currently in use.

The setup is as follows:

Let $D$ be an aggregated measurement across groups $1,\ldots,k$, where the population of each is $p_i,\ldots,p_k$. Let $f_1,\ldots,f_k$ be the baseline pattern of the rates across groups, which could have potentially been estimated on a larger dataset or a population in which have higher quality data on. Using this data, we generate estimates for $D_i$, the number of events in group $g_i$ and $\hat{f_{i}}$, the rate in each group in the population of interest by combining $D$ with $f_1,...,f_k$ to make the estimates self consistent.

Mathematically, in the simpler rate multiplicative model, we find $\beta$ such that

$$D = \sum_{i=1}^{k}\hat{f}_i \cdot p_i $$

Where

$$\hat{f_i} = T^{-1}(\beta + T(f_i)) $$

This yields the estimates for the per-group event count,

$$D_i = \hat f_i \cdot p_i $$

For the current models in use, T is just a logarithm, and this assumes that each rate is some constant muliplied by the overall rate pattern level. Allowing a more general transformation T, such as a log-odds transformation, assumes multiplicativity in the associated odds, rather than the rate, and can produce better estimates statistically (potentially being a more realistic assumption in some cases) and practically, restricting the estimated rates to lie within a reasonable interval.

Current Package Capabilities and Models

Currently, the multiplicative-in-rate model RateMultiplicativeModel with $T(x)=\log(x)$ and the Log Modified Odds model LMOModel(m) with $T(x)=\log(\frac{x}{1-x^{m}})$ are implemented. Note that the LMOModel with m=1 gives a multiplicative in odds model.

A useful (but slightly wrong) analogy is that the multiplicative-in-rate is to the multiplicative-in-odds model as ordinary least squares is to logistic regression in terms of the relationship between covariates and output (not in terms of anything like the likelihood)

Increasing m in the model LMOModel(m) gives results that are more similar to the multiplicative-in-rate model currently in use, while preserving the property that rate estimates are bounded by 1.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydisagg-0.6.2.tar.gz (29.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pydisagg-0.6.2-py3-none-any.whl (27.2 kB view details)

Uploaded Python 3

File details

Details for the file pydisagg-0.6.2.tar.gz.

File metadata

  • Download URL: pydisagg-0.6.2.tar.gz
  • Upload date:
  • Size: 29.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pydisagg-0.6.2.tar.gz
Algorithm Hash digest
SHA256 71383ed7dc732a8f1691772465a323e0ae40308771e3cda3fc80caea536b05c4
MD5 081d62862ab79206b89fbb5e6ad3669d
BLAKE2b-256 e97879e4d379030d231562296b7808882244179a2c2408aa5382d50a36e9cf32

See more details on using hashes here.

File details

Details for the file pydisagg-0.6.2-py3-none-any.whl.

File metadata

  • Download URL: pydisagg-0.6.2-py3-none-any.whl
  • Upload date:
  • Size: 27.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pydisagg-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 738d4e675ad069a0ba16dde532c512fa3311232a16487b0df4122578bb42625e
MD5 aaaa75ded08ec15906e49505e56512cf
BLAKE2b-256 3d3dcd0f2d972004608913b55d2a2f51c8b114e48e879b04ee7a4dff8baddcf0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page