Papers
Topics
Authors
Recent
Search
2000 character limit reached

Peláez–Lamata’s CI in Poisson-ICT Models

Updated 26 June 2026
  • Peláez–Lamata’s CI is an exact finite-sample confidence interval for sensitive trait prevalence within the Poisson-ICT framework, constructed via numerical inversion of its cumulative distribution.
  • The methodology balances privacy and accuracy by tuning the parameter λ and adjusting sample sizes, ensuring nominal frequentist coverage across all π.
  • Empirical examples show that increasing sample size narrows the interval while higher λ values widen it, highlighting the trade-off between anonymity and precision.

The Peláez–Lamata confidence interval (CI), as presented in the context of item count techniques (ICT) for estimating the prevalence of sensitive traits, refers to an exact finite-sample confidence interval for the sensitive fraction π\pi in the Poisson-ICT model. In this paradigm, responses are structured to protect respondent privacy when estimating the proportion of a population possessing a sensitive attribute, by leveraging a mixture of Bernoulli and Poisson variables and a randomized sampling framework. The construction, as fully detailed by Jaworski & Zieliński, achieves nominal frequentist coverage for all π\pi and is governed by the interplay between sample size, a privacy-tuning parameter, and observed data (Jaworski et al., 2024).

1. Poisson-ICT Model Setup and Notation

The ICT model is formalized by randomly splitting a population sample of size nn into two subsamples, n1n_1 and n2n_2 (n=n1+n2n = n_1 + n_2). Each participant is characterized by:

  • ZiBernoulli(π)Z_i \sim \mathrm{Bernoulli}(\pi): the sensitive binary trait, with prevalence π\pi.
  • XiPoisson(λ)X_i \sim \mathrm{Poisson}(\lambda): a “neutral” count variable, independent of ZiZ_i.

Individual responses are not directly observed. Instead:

  • Group 1 (π\pi0 respondents): π\pi1
  • Group 2 (π\pi2 respondents): π\pi3

The model relies on the no-design-effect and no-liars assumptions as per Blair & Imai (2012), and π\pi4 is a design parameter selected for privacy control.

The principal observed statistic is:

π\pi5

where

  • π\pi6,
  • π\pi7.

Because π\pi8 and π\pi9 are independent, the cumulative distribution function (CDF) for nn0 given nn1 is

nn2

2. Construction of the Exact Confidence Interval

The CI for nn3 is constructed by inverting the acceptance region derived from nn4, which is monotonic in nn5. For an observed statistic nn6 and two-sided confidence level nn7 (e.g., nn8), the lower and upper confidence bounds nn9 and n1n_10 are defined by:

n1n_11

Where the CDF for n1n_12 at integer n1n_13 can be evaluated via a Skellam distribution mass function, n1n_14, using the modified Bessel function of the first kind, n1n_15, and Marcum-Q representation. Solving (3a) and (3b) numerically (as there is no closed-form) yields the CI endpoints.

3. Sensitivity of Interval Length to Privacy and Sample Size

The CI’s random length, n1n_16, responds to both n1n_17 and n1n_18:

  • n1n_19 increases in n2n_20; this reflects the privacy-accuracy tradeoff (more noise widens the CI).
  • n2n_21 decreases in n2n_22; sample size increases precision.
  • n2n_23 is maximal near n2n_24 and minimized near n2n_25 or n2n_26 for fixed n2n_27.

Practical study design must balance n2n_28 (privacy) and n2n_29 (efficiency) to attain a desired interval width. Sufficient n=n1+n2n = n_1 + n_20 for targeted CI length, given privacy n=n1+n2n = n_1 + n_21, can be computed empirically. For example, with n=n1+n2n = n_1 + n_22, n=n1+n2n = n_1 + n_23, and privacy-tuned n=n1+n2n = n_1 + n_24, achieving an average interval length n=n1+n2n = n_1 + n_25 requires n=n1+n2n = n_1 + n_26, and n=n1+n2n = n_1 + n_27 for n=n1+n2n = n_1 + n_28 (Jaworski et al., 2024).

4. Privacy Protection and Tuning of n=n1+n2n = n_1 + n_29

Respondent anonymity is formalized by requiring that ZiBernoulli(π)Z_i \sim \mathrm{Bernoulli}(\pi)0 with high probability ZiBernoulli(π)Z_i \sim \mathrm{Bernoulli}(\pi)1 for all ZiBernoulli(π)Z_i \sim \mathrm{Bernoulli}(\pi)2. Conditional probabilities for ZiBernoulli(π)Z_i \sim \mathrm{Bernoulli}(\pi)3 given an observed response are:

  • Subtraction arm (ZiBernoulli(π)Z_i \sim \mathrm{Bernoulli}(\pi)4): ZiBernoulli(π)Z_i \sim \mathrm{Bernoulli}(\pi)5, ZiBernoulli(π)Z_i \sim \mathrm{Bernoulli}(\pi)6
  • Addition arm (ZiBernoulli(π)Z_i \sim \mathrm{Bernoulli}(\pi)7): ZiBernoulli(π)Z_i \sim \mathrm{Bernoulli}(\pi)8, ZiBernoulli(π)Z_i \sim \mathrm{Bernoulli}(\pi)9, and π\pi0 if π\pi1

Selecting π\pi2 requires solving two numerical inequalities to ensure the privacy guarantee holds; e.g., for π\pi3, π\pi4, π\pi5, minimal π\pi6 (Jaworski et al., 2024).

5. Coverage Properties and Comparison with Asymptotic Methods

The exact CI derived by inversion satisfies

π\pi7

guaranteeing (at least) nominal coverage for all sample sizes. This outperforms the method-of-moments (MM) Normal-based CI, which:

  • Uses π\pi8 with variance estimator

π\pi9

  • Under-covers, especially for moderate XiPoisson(λ)X_i \sim \mathrm{Poisson}(\lambda)0 (actual coverage can be \textless XiPoisson(λ)X_i \sim \mathrm{Poisson}(\lambda)1).

6. Implementation Details and Numerical Examples

Numeric computation of XiPoisson(λ)X_i \sim \mathrm{Poisson}(\lambda)2 uses standard routines for the Skellam CDF (e.g., R’s pskellam or Marcum-Q via mpmath). The binomial mixture is then summed as per equation (1). Root-finding for XiPoisson(λ)X_i \sim \mathrm{Poisson}(\lambda)3 and XiPoisson(λ)X_i \sim \mathrm{Poisson}(\lambda)4 on the interval XiPoisson(λ)X_i \sim \mathrm{Poisson}(\lambda)5 can employ bisection (e.g., R's uniroot). XiPoisson(λ)X_i \sim \mathrm{Poisson}(\lambda)6 provides the one-to-one mapping to confidence limits.

Illustrative example: XiPoisson(λ)X_i \sim \mathrm{Poisson}(\lambda)7, XiPoisson(λ)X_i \sim \mathrm{Poisson}(\lambda)8, XiPoisson(λ)X_i \sim \mathrm{Poisson}(\lambda)9, ZiZ_i0 yields numerically ZiZ_i1, ZiZ_i2. Tabulated results further support study planning; Table 2 in the cited work gives values for the supremum expected CI length over ZiZ_i3.

7. Significance and Research Context

The exact finite-sample CI for ZiZ_i4 in the Poisson-ICT model, as constructed by Jaworski & Zieliński, provides a rigorous methodological advance in privacy-preserving inference for sensitive survey items. By leveraging the monotonicity property of ZiZ_i5, the method maintains at least nominal coverage for any ZiZ_i6, irrespective of sample size or privacy parameter, and natively supports design-time privacy tuning via ZiZ_i7. Both theoretical and empirical comparisons establish its superiority to conventional asymptotic CIs under operational regimes relevant to indirect questioning and privacy-ensured statistics (Jaworski et al., 2024).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Peláez–Lamata’s CI.