2025-06-08

Slide 1 - Introduction: What is Pivot Estimation?

  • A pivot is a function of the sample data and unknown parameter
  • Pivot estimation can be used to construct intervals known as confidence intervals
  • Something important to remember is that its distribution does not depend on an unknown parameter

Slide 2: The Mathematical Definition

Let \(X_1, X_2, \dots, X_n\) be a sample with parameter \(\theta\)

A pivot is a statistic \(T(X_1, \dots, X_n; \theta)\) such that:

\[ \text{Distribution of } T \text{ does not depend on } \theta \]

This allows us to derive probabilistic statements about \(\theta\)

Slide 3: The Mathematical Definition

Let’s say \(X_1, X_2, \dots, X_n\) be a sample with the parameter \(\theta\)

A pivot is a statistic \(T(X_1, \dots, X_n; \theta)\) such that:

\[ \text{Distribution of } T \text{ does not depend on } \theta \]

This allows us to derive probabilistic statements about \(\theta\)

Slide 4: Normal Distribution with a Known Variance

Let’s suppose \(X_1, \dots, X_n \sim \mathcal{N}(\mu, \sigma^2)\) with a known \(\sigma\)

Pivot: \[ Z = \frac{\bar{X} - \mu}{\sigma / \sqrt{n}} \sim \mathcal{N}(0, 1) \]

Then it can be rearranged to form a confidence interval: \[ \mu \in \left[ \bar{X} - z_{\alpha/2} \cdot \frac{\sigma}{\sqrt{n}}, \, \bar{X} + z_{\alpha/2} \cdot \frac{\sigma}{\sqrt{n}} \right] \]

Slide 5: Pivot Distribution Plot

Slide 6: Real World Application Example Using Simulated Data

## [1] -0.2579979

So what do all these values mean? Let’s take a look…

  • Here, we have simulated a sample of size n = 30 from a normal distribution with mean of μ = 5 and a standard deviation of σ = 2

  • The Z-statistic is a pivot: \[ Z = \frac{\bar{X} - \mu}{\sigma / \sqrt{n}} \]

  • Thus, from this we can tell exactly how many standard errors from the sample mean \(\bar{X}\) is from the true mean \(\mu\)

Slide 7 - a 3D Pivot Plot Visualization

Slide 8: More From The Previous Slide

  • This visualization also accomplishes showing how the Z-score changes as both the sample size and mean change

  • For LARGER values of n it would decrease the value of standard error, thus making the Z-score increase even with the smallest changes in deviation from the population mean

Slide 9: Why Should We Use Pivot Estimation?

  • Pivot estimation helps build confidence intervals especially when parameters are unknown
  • It can often help lead to exact confidence intervals
  • Pivot estimation is very easy to apply using common distributions
  • It can also make statistical inference more reliable and interpretative for collecting and analyzing data

Pivot methods are a bridge between theorotical and practical estimations

Slide 10: Summary

  • When parameters are unknown using pivot estimation allows us to build confidence intervals
  • When using pivot estimation it is important to find a pivot whose distribution is independent of the parameter
  • It is a great tool to use in classical parametric inference

Thank you for watching! - Andrew Olariu