kb/data/en.wikipedia.org/wiki/Statistical_inference-1.md

9.0 KiB
Raw Blame History

title chunk source category tags date_saved instance
Statistical inference 2/4 https://en.wikipedia.org/wiki/Statistical_inference reference science, encyclopedia 2026-05-05T03:17:56.828887+00:00 kb-cron

Given the difficulty in specifying exact distributions of sample statistics, many methods have been developed for approximating these. With finite samples, approximation results measure how close a limiting distribution approaches the statistic's sample distribution: For example, with 10,000 independent samples the normal distribution approximates (to two digits of accuracy) the distribution of the sample mean for many population distributions, by the BerryEsseen theorem. Yet for many practical purposes, the normal approximation provides a good approximation to the sample-mean's distribution when there are 10 (or more) independent samples, according to simulation studies and statisticians' experience. Following Kolmogorov's work in the 1950s, advanced statistics uses approximation theory and functional analysis to quantify the error of approximation. In this approach, the metric geometry of probability distributions is studied; this approach quantifies approximation error with, for example, the KullbackLeibler divergence, Bregman divergence, and the Hellinger distance. With indefinitely large samples, limiting results like the central limit theorem describe the sample statistic's limiting distribution if one exists. Limiting results are not statements about finite samples, and indeed are irrelevant to finite samples. However, the asymptotic theory of limiting distributions is often invoked for work with finite samples. For example, limiting results are often invoked to justify the generalized method of moments and the use of generalized estimating equations, which are popular in econometrics and biostatistics. The magnitude of the difference between the limiting distribution and the true distribution (formally, the 'error' of the approximation) can be assessed using simulation. The heuristic application of limiting results to finite samples is common practice in many applications, especially with low-dimensional models with log-concave likelihoods (such as with one-parameter exponential families).

=== Randomization-based models ===

For a given dataset that was produced by a randomization design, the randomization distribution of a statistic (under the null-hypothesis) is defined by evaluating the test statistic for all of the plans that could have been generated by the randomization design. In frequentist inference, the randomization allows inferences to be based on the randomization distribution rather than a subjective model, and this is important especially in survey sampling and design of experiments. Statistical inference from randomized studies is also more straightforward than many other situations. In Bayesian inference, randomization is also of importance: in survey sampling, use of sampling without replacement ensures the exchangeability of the sample with the population; in randomized experiments, randomization warrants a missing at random assumption for covariate information. Objective randomization allows properly inductive procedures. Many statisticians prefer randomization-based analysis of data that was generated by well-defined randomization procedures. (However, it is true that in fields of science with developed theoretical knowledge and experimental control, randomized experiments may increase the costs of experimentation without improving the quality of inferences.) Similarly, results from randomized experiments are recommended by leading statistical authorities as allowing inferences with greater reliability than do observational studies of the same phenomena. However, a good observational study may be better than a bad randomized experiment. The statistical analysis of a randomized experiment may be based on the randomization scheme stated in the experimental protocol and does not need a subjective model. However, at any time, some hypotheses cannot be tested using objective statistical models, which accurately describe randomized experiments or random samples. In some cases, such randomized studies are uneconomical or unethical.

==== Model-based analysis of randomized experiments ==== It is standard practice to refer to a statistical model, e.g., a linear or logistic models, when analyzing data from randomized experiments. However, the randomization scheme guides the choice of a statistical model. It is not possible to choose an appropriate model without knowing the randomization scheme. Seriously misleading results can be obtained analyzing data from randomized experiments while ignoring the experimental protocol; common mistakes include forgetting the blocking used in an experiment and confusing repeated measurements on the same experimental unit with independent replicates of the treatment applied to different experimental units.

==== Model-free randomization inference ==== Model-free techniques provide a complement to model-based methods, which employ reductionist strategies of reality-simplification. The former combine, evolve, ensemble and train algorithms dynamically adapting to the contextual affinities of a process and learning the intrinsic characteristics of the observations. For example, model-free simple linear regression is based either on:

a random design, where the pairs of observations

    (
    
      X
      
        1
      
    
    ,
    
      Y
      
        1
      
    
    )
    ,
    (
    
      X
      
        2
      
    
    ,
    
      Y
      
        2
      
    
    )
    ,
    ⋯
    ,
    (
    
      X
      
        n
      
    
    ,
    
      Y
      
        n
      
    
    )
  

{\displaystyle (X_{1},Y_{1}),(X_{2},Y_{2}),\cdots ,(X_{n},Y_{n})}

are independent and identically distributed (iid), or a deterministic design, where the variables

      X
      
        1
      
    
    ,
    
      X
      
        2
      
    
    ,
    ⋯
    ,
    
      X
      
        n
      
    
  

{\displaystyle X_{1},X_{2},\cdots ,X_{n}}

are deterministic, but the corresponding response variables

      Y
      
        1
      
    
    ,
    
      Y
      
        2
      
    
    ,
    ⋯
    ,
    
      Y
      
        n
      
    
  

{\displaystyle Y_{1},Y_{2},\cdots ,Y_{n}}

are random and independent with a common conditional distribution, i.e.,

    P
    
      (
      
        
          Y
          
            j
          
        
        ≤
        y
        
          |
        
        
          X
          
            j
          
        
        =
        x
      
      )
    
    =
    
      D
      
        x
      
    
    (
    y
    )
  

{\displaystyle P\left(Y_{j}\leq y|X_{j}=x\right)=D_{x}(y)}

, which is independent of the index

    j
  

{\displaystyle j}

. In either case, the model-free randomization inference for features of the common conditional distribution

      D
      
        x
      
    
    (
    .
    )
  

{\displaystyle D_{x}(.)}

relies on some regularity conditions, e.g. functional smoothness. For instance, model-free randomization inference for the population feature conditional mean,

    μ
    (
    x
    )
    =
    E
    (
    Y
    
      |
    
    X
    =
    x
    )
  

{\displaystyle \mu (x)=E(Y|X=x)}

, can be consistently estimated via local averaging or local polynomial fitting, under the assumption that

    μ
    (
    x
    )
  

{\displaystyle \mu (x)}

is smooth. Also, relying on asymptotic normality or resampling, we can construct confidence intervals for the population feature, in this case, the conditional mean,

    μ
    (
    x
    )
  

{\displaystyle \mu (x)}

.

== Paradigms for inference == Different schools of statistical inference have become established. These schools—or "paradigms"—are not mutually exclusive, and methods that work well under one paradigm often have attractive interpretations under other paradigms. Bandyopadhyay and Forster describe four paradigms: The classical (or frequentist) paradigm, the Bayesian paradigm, the likelihoodist paradigm, and the Akaikean-Information Criterion-based paradigm.

=== Frequentist inference ===