Statement¶
For a centered normal density parameterized by variance
the body-shoulder-tail diagnostic asks where a small, mean-preserving randomization of adds density and where it removes density. A local version is the sign of
For the standard normal density, this second derivative changes sign at
These four points split the line into left tail, left shoulder, peak, right shoulder, and right tail regions. Positive variance curvature means a local variance mixture raises density there; negative variance curvature means it lowers density there.
The notation denotes the density at fixed variance ; a mixture averages these densities over a positive random variance . The Normix normal-mixtures note supplies the complementary conditional construction. A shared notation page is planned.
Examples¶
For the standard normal density under variance perturbation, the inner shoulder boundaries are about , and the outer tail boundaries are about .
If one perturbs the normal scale rather than the variance , the corresponding boundaries are different: about and for the standard normal.
For Student-t densities, a scale-curvature version applies, but the boundary values depend on the degrees of freedom.
These boundaries are not Pareto thresholds; threshold selection for regular variation is a separate problem.
Diagnostic intuition¶
If a Gaussian variance is randomized while keeping the center fixed, the resulting mixture does not simply “spread out” everywhere. It tends to add mass near the peak and in the far tails, while taking mass from the shoulders. The shoulders are the moderate-deviation region that looks ordinary under a single scale but is depleted when variance uncertainty is introduced.
This is a diagnostic for finite-sample geometry, not a tail-index estimator. It explains why stochastic volatility can create both a sharper center and fatter-looking tails without producing a Pareto tail. Choosing a threshold for tail estimation remains the separate judgment handled by Tail Threshold Selection.
Derivation of the variance-curvature boundaries¶
We derive the standard-normal variance-curvature boundaries by differentiating the density with respect to variance and solving the resulting quadratic in . The Taylor expansion explains the local mixture interpretation. The comparison with scale perturbation below uses a different derivative; none of these boundaries is a rule for selecting a Pareto threshold.
For the normal density with variance parameter , write
Set . A direct differentiation gives
and a second differentiation gives
At , the sign changes where
Solving the quadratic in gives
This is a local Taylor diagnostic. A sufficient small-perturbation model is
with bounded and small enough that . For each fixed , Taylor’s theorem, with bounded third derivative near , gives
Thus the curvature sign determines the leading local density change away from its zeros. Small variance of a perturbation alone would not justify this remainder without control of the perturbation family. The expansion is pointwise in , not uniform arbitrarily far into the tails.
Static region and mixture calculations¶
At , put and .
| Region | Variance curvature of density | Leading change under small mean-preserving variance mixing |
|---|---|---|
| (peak) | Positive | Density increases |
| (shoulders) | Negative | Density decreases |
| (tails) | Positive | Density increases |
For a concrete finite mixture, define
Its mean is zero and its variance is one. The ratio to the unit normal is
At , the ratio is approximately 1.491, 0.617, and 2.754. This exhibits increased center and far-tail density with depleted shoulders. The exact crossings solve the ratio-equals-one equation; they need not be the local curvature boundaries . This finite Gaussian mixture has a finite moment generating function at every real argument and is not regularly varying, despite having more far-tail mass than the unit normal.
Density, survival, and scale are different diagnostics¶
For , the two-sided normal survival at variance is , where is standard normal survival and is its density. Differentiation gives
Its positive-threshold curvature boundary is , about 1.732 when . It differs from both density boundaries.
For scale perturbation, write and . Then
At , its positive zeros are and . Mean-preserving scale mixing is a different operation from mean-preserving variance mixing. Student-t scale-curvature comparisons depend on degrees of freedom; a separate worked comparison is planned.
Caveats¶
The diagnostic uses centered normal components and a small mean-preserving perturbation of their positive variance. Skewed or multimodal distributions need a different interpretation.
The region labels are not universal definitions of “body” or “tail”. They are tied here to local variance perturbations. Perturbing scale instead of variance changes the numerical boundaries.
A shoulder/tail boundary is not a threshold for Pareto estimation. It describes density geometry, not regular variation.
For a large finite mixture, exact density crossings must be calculated from that mixture; the curvature formulas describe a local limit.
References¶
Taleb, Statistical Consequences of Fat Tails 2020.
Backlinks¶
Depends on: Normix normal mixtures and the canonical density notation in Notation (planned).
Used by: Dispersion Ratio Under Fat Tails (planned).
Source and adaptation¶
Adapted from incerto-wiki, content/concepts/methods/body-shoulder-tail.md, revision 9717c9c
(2026-09-13 Batch 2 import). Copyright (c) 2023 xshi19. Licensed under MIT.
Links, notation, and qualifications 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.