Statistical Inference for Distributions
Statistical Inference for Distributions
Pearson’s goodness-of-fit test statistic, often expressed as X^2 = ∑(O-E)^2/E, approximates the distribution under the null hypothesis to identify deviations. The likelihood ratio test (LRT) converges in large samples to a chi-square distribution similar to X^2, offering an alternate method to evaluate fit. Both test deviations from the model were attributed to proportions, with LRT focusing on likelihood comparison and Pearson’s on observed versus expected count discrepancies.
The unique property of a sufficient statistic, such as the sum ∑Xi for a Poisson distribution parameter λ, is it captures all available information about the parameter in the sample. This means that conditioned on this statistic, the sample data adds no further insight into λ, thereby enabling simplified inferences directly from the sufficient statistic itself, as seen when developing minimal variance unbiased estimators.
The Central Limit Theorem states that the distribution of a standardized sum of independent random variables approaches a normal distribution as the sample size grows. The Delta method uses this principle to apply a smooth, differentiable transformation to an estimate, enabling derivation of its asymptotic distribution. For an MLE g(θ), the Delta method helps extend the CLT result to non-linear functions, resulting in g(θ̂) being approximately normal with derived variance.
The moment generating function is useful for finding the distribution of the sample mean in a normal distribution because it provides a way to determine the distribution of sums (or averages) of random variables. The MGF of a normal distribution is M(t) = exp(µt + 0.5σ^2t^2), and for the average of n independent normals, the MGF is M(t/n)^n. This demonstrates that the sample mean is distributed normally with mean µ and variance σ^2/n.
The variance of an UMVUE might be larger than the Cramer-Rao lower bound because the lower bound applies to unbiased estimators in general, not necessarily those derived as UMVUEs in finite samples. However, as sample size n increases, the ratio often converges to 1 due to asymptotic efficiency, wherein estimators become closer to achieving the lower bound due to the Law of Large Numbers and central limit considerations.
The maximum likelihood estimator of θ from a uniform distribution U[0, θ] is given by making the sample maximum, X(n), the MLE of θ. This results directly from considering the likelihood function, L(θ), which is proportional to 1/θ^n for the n observations, subject to θ being greater than or equal to the observed maximum. Thus the MLE is the largest observed value, X(n)
The Cramer-Rao lower bound provides a theoretical lower limit on the variance of any unbiased estimator of a parameter. For an unbiased estimator θ̂ of a parameter θ, if I(θ) is the Fisher information, Var(θ̂) ≥ 1/I(θ). This indicates the best variance that can be achieved by any unbiased estimator. Applying it involves calculating the Fisher information and using it to assess the efficiency of any estimator compared to this benchmark.
A random sample (X1, ..., Xn) from a normal distribution with parameters N(µ, σ^2) has a multivariate normal distribution because each Xi is independently distributed as N(µ, σ^2). Therefore, by definition, any linear combination of these independent normal variables will also be normally distributed, satisfying the criteria for a multivariate normal distribution.
To construct a likelihood ratio test for comparing multiple proportions in a binomial distribution, derive the likelihood under the null hypothesis H0 (same proportions) and alternative H1 (differing proportions). Calculate the likelihood ratio statistic, Λ = L(under H0)/L(under H1), and use it to form a test statistic, often a chi-square with degrees of freedom equal to the difference in parameters under H0 and H1. Compare this to a critical value to decide on rejection at a given significance level.
To find the UMVUE of a function like g(µ) = e^(cµ), identify a complete, sufficient statistic for the parameter, and use the Lehmann-Scheffé theorem. For normal samples, the sample mean is complete and sufficient for µ. Then, finding or deriving the unbiased estimator of g(µ) using the Rao-Blackwell theorem ensures the UMVUE.