Overview¶
Plug-in tail estimation fits a tail model and evaluates a quantity of interest under that fitted model. If a distribution family is indexed by a parameter and the target functional is , its plug-in estimate is . The parameter can include a tail exponent, scale, and tail probability; an exponent alone generally does not determine the target.
For an exact Pareto distribution, estimating the exponent from logarithms can give more concentrated mean estimates than the sample mean. This page establishes a comparison of asymptotic error scales and explains how finite-sample error comparisons must handle non-finite fits. It does not claim uniformly smaller mean squared error (MSE). The unregularized plug-in mean has its own singularity at the mean-existence boundary.
A regularly varying tail only specifies limiting tail ratios. Using a Hill estimate in a functional requires a threshold choice, a tail approximation, and any body contribution to that functional. The exact model below isolates the estimation mechanism before these modeling uncertainties enter.
Here is the tail exponent, is the lower cutoff, and the extreme-value index is . We write and for the population and sample means.
Exact Pareto mean with a known cutoff¶
Assume are independent and identically distributed (iid), with
where is known and fixed, and the true exponent satisfies . These are assumptions about the entire distribution. The Pareto moment formula gives
The maximum-likelihood estimate of the exponent and its reciprocal are
They use all observations above a known cutoff. Hill instead averages the top log-excesses above the random order-statistic threshold . The formulas share a log-excess mechanism, but their sample sizes and threshold assumptions differ.
The plug-in mean is
If , the fitted Pareto model has no finite mean. We report in this case, rather than extend the rational formula to a negative number or silently discard the fit. If every observation equals , the exponent has no finite maximizer; the limiting plug-in mean is .
Why the logarithmic fit can improve concentration¶
For each fixed , the finite plug-in estimates have the asymptotic law
Here denotes a conditional sampling law, denotes convergence in distribution, and is the centered normal law with variance . The probability of a non-finite fit tends to zero. Thus central error quantiles shrink on the scale. This is a distributional claim; the variance in the normal limit is not a claim about the finite-sample variance of .
For , the sample mean remains consistent, but its error scale is . More precisely, the generalized central limit theorem gives a nondegenerate, non-Gaussian -stable limit for in this exact Pareto model 2007. That scale decays more slowly than . Large observations can continue to move sample means in this regime; a separate treatment of pre-asymptotic LLN behavior is planned.
Derivation of the Pareto fit and its normal limit¶
We derive the known-cutoff fit and the displayed plug-in limit using the ordinary iid central limit theorem and the delta method. The general limit theorems are cited from van der Vaart 1998, Chapters 2–3; the stable limit for the sample mean is cited above.
Set . For ,
Thus is exponential with mean and variance , even when has infinite variance. Up to terms independent of , the log likelihood is . Its derivative vanishes at , and its second derivative is . This proves the fit formula when , an event of probability one under the continuous model.
The law of large numbers gives almost surely. The central limit theorem gives
For the locally smooth function , . The delta method therefore gives limiting variance
Because , conditioning on finite fits does not change this weak limit. The gain comes from averaging exponential log-excesses and using the assumed Pareto shape to extrapolate the mean. It depends on that shape being correct.
Error-scale comparison¶
At and , and the normal-limit variance coefficient for the plug-in mean is 36. Its central absolute error scale is therefore , or relative to . The sample mean’s stable-limit scale is proportional to . The unknown comparison constants and finite-sample behavior are not supplied by comparing these powers of .
If a repeated-sample experiment is performed, non-finite fits must count as infinite errors, including when summarizing quantiles and exceedance probabilities. The original simulation is not run in this static adaptation; there is no measured performance table here.
Neither the normal limit nor a finite simulation establishes MSE dominance or tests whether an empirical dataset is Pareto.
When only the tail is modeled¶
Let and fix a threshold with tail probability . Suppose the conditional tail is exactly Pareto:
The mean-excess formula gives , where . Splitting the expectation at yields
For an iid sample, let be the exceedance count. Estimate by and fit from those exceedances. When and , a body-plus-tail estimate is
The first term is the body’s contribution per original observation, not the mean conditional on being in the body. The second includes the threshold itself as well as the mean excess. With no exceedances there is no fitted tail exponent; a missing tail fit should be reported. If the fitted exponent is at most 1, the fitted conditional mean is infinite.
A mixture calculation shows why both contributions are needed.
Consider a uniform body on with probability 0.8, and a Pareto tail with cutoff and exponent with probability 0.2. The body conditional mean is 2, the tail conditional mean is 9, and
Using 9 as the whole-distribution mean would omit the body and tail mass. Fitting every observation as exact Pareto from 1 would also impose the wrong model. This is a population calculation, not a simulated estimator ranking.
For empirical thresholds, repeat the analysis over plausible or . Regular variation supports a Pareto approximation far into the tail, not an exact conditional model at a chosen finite threshold. The known-cutoff calculation does not supply a rate or confidence interval for a Hill fit with a selected threshold.
Caveats¶
The moment boundary is also an estimation boundary. Differentiating the population mean with respect to the exponent gives
Small exponent errors can therefore produce large mean errors near . An uncertainty interval for that reaches 1 cannot be mapped to a finite upper bound for this Pareto mean. The fixed- normal approximation above is not uniform as .
There is a stronger finite-sample warning: even conditional on a finite fit, the unregularized plug-in estimator has infinite first and second moments. To see this under the exact iid model, has a gamma density for , obtained by averaging independent exponential log-excesses. Here is the gamma function. The density is continuous and strictly positive at . For any sufficiently small , the first-moment integral includes
replacing by its square gives a divergent second-moment integral. Conditioning on only divides these integrals by a positive probability. Moreover, for every finite . Finite simulations can easily miss the singularity. Clipping or constraining the exponent away from 1 changes the estimator and must be disclosed, with its bias and any risk claim assessed separately.
Model uncertainty remains after sampling error shrinks. A fitted exponent does not determine the scale, tail probability, or body of the distribution. Truncation, dependence, measurement limits, or an incorrectly chosen threshold can invalidate the exact-model calibration. Report those assumptions alongside threshold sensitivity and uncertainty propagated through the functional. If the true exact Pareto exponent is at most 1, there is no finite population mean to recover by this method.
References¶
van der Vaart, Asymptotic Statistics, Chapters 2–3: central limit theorem, continuous mapping, and delta method 1998.
Resnick, Heavy-Tail Phenomena: regularly varying tails and stable limits 2007.
Taleb, Statistical Consequences of Fat Tails: motivation for estimating functionals through fitted tail parameters 2020. Reading guides are deferred.
Backlinks¶
Depends on: Pareto Distribution, Regular Variation, Hill Estimator, Tail Threshold Selection (planned), Mean Excess Function, and Pareto Moment Existence.
Further reading guides are planned.
Source and adaptation¶
Adapted from incerto-wiki, content/concepts/methods/plug-in-tail-estimation.md, revision 9717c9c
(2026-09-13 import). Copyright (c) 2023 xshi19. Licensed under MIT.
Links and notation were adapted for this site; executable figures and simulations
were replaced with static calculations. No upstream execution or formal-proof
verification is claimed for this adaptation.
MIT permission notice
MIT License
Copyright (c) 2023 xshi19
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Resnick, S. I. (2007). Heavy-Tail Phenomena: Probabilistic and Statistical Modeling. In Springer Series in Operations Research and Financial Engineering. Springer New York. 10.1007/978-0-387-45024-7