Related Experiment Video
Updated: Jun 4, 2026

05:37
An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
Problematic standard errors and confidence intervals for skewness and kurtosis
Daniel B Wright1, Joshua A Herrington
1Psychology Department, Florida International University, Miami, FL 33199, USA. dwright@fiu.edu
Behavior Research Methods
|February 8, 2011
Summary
Traditional standard errors for skewness and kurtosis are often inaccurate. Bootstrapping provides more reliable estimates for these statistical measures, improving data analysis accuracy.
Area of Science:
- Statistics
- Data Analysis
- Statistical Modeling
Background:
- Standard statistical software often provides standard errors for skewness and kurtosis.
- These standard errors typically assume a normal distribution, which is frequently not met in real-world data.
- Commonly used textbook heuristics for hypothesis testing based on these standard errors may be inappropriate.
Purpose of the Study:
- To evaluate the accuracy of traditional standard error estimates for skewness and kurtosis.
- To compare traditional methods with bootstrapping for calculating standard errors and confidence intervals.
- To recommend improved methods for statistical inference involving skewness and kurtosis.
Main Methods:
- Analysis of data distributions where traditional standard error calculations were compared to actual values.
- Application of the bootstrap method to estimate standard errors and confidence intervals for skewness and kurtosis.
- Utilizing freeware R for implementing bootstrap calculations.
Main Results:
- Traditional standard errors can significantly underestimate or overestimate true values, sometimes by a factor of 5.
- Bootstrap standard errors and confidence intervals demonstrate greater accuracy compared to traditional methods.
- While imperfect, bootstrapping offers a more robust approach to statistical inference for these moments.
Conclusions:
- The traditional method for calculating standard errors of skewness and kurtosis is unreliable due to its assumption of normality.
- Bootstrapping is recommended as a more accurate and robust method for estimating standard errors and confidence intervals for skewness and kurtosis.
- Freeware R implementations are available to facilitate the use of bootstrapping for these statistical analyses.
Related Concept Videos
Microsoft Excel: Finding Central Tendency, Skew, and Kurtosis
Central tendency refers to the central point or typical value of a dataset. It summarizes the data set with a single value that represents the center of its distribution. The three main measures of central tendency are:
Mean: The arithmetic average of all data points. It is calculated by adding all the values together and dividing by the number of values. The mean is sensitive to extreme values (outliers).
Median: The middle value when the data points are arranged in ascending or descending...
Mean: The arithmetic average of all data points. It is calculated by adding all the values together and dividing by the number of values. The mean is sensitive to extreme values (outliers).
Median: The middle value when the data points are arranged in ascending or descending...
Skewness
The measures of central tendency calculated from a data set may not reveal much about its intrinsic distribution. If a plot is made of the data set’s values, the mean and the median may not only differ, but also the plot may have more values on one side of the central tendencies. Such a data set is said to be skewed towards that side.
The longer the tail of the plot on one side, the more skewed it is. The skewness of a data set’s values suggests that the measures of central tendency are...
The longer the tail of the plot on one side, the more skewed it is. The skewness of a data set’s values suggests that the measures of central tendency are...
Chebyshev's Theorem to Interpret Standard Deviation
Chebyshev’s theorem, also known as Chebyshev’s Inequality, states that the proportion of values of a dataset for K standard deviation is calculated using the equation:
Finding Critical Values for Chi-Square
Consider a curve representing sample data drawn randomly from a normally distributed population. One must construct confidence intervals to estimate or to test a claim regarding the population standard deviation. For example, a 95% confidence interval covers 95% of the area under the curve, and the remaining 5% is equally distributed on either side of the curve. To achieve such confidence intervals, one must determine the critical values. The critical values are simply the values separating the...
Types of Skewness
If the frequency distribution of a data set is more inclined towards smaller or larger values, the distribution is said to be skewed. If data values are skewed to the right, then the distribution is called positively skewed. Conversely, if the plot is skewed to the left, the distribution is called negatively skewed.
For instance, in the middle of a pandemic, the geographical distribution of vaccine coverage may be positively skewed towards populations in the global north countries. However,...
For instance, in the middle of a pandemic, the geographical distribution of vaccine coverage may be positively skewed towards populations in the global north countries. However,...
Distributions to Estimate Population Parameter
The accurate values of population parameters such as population proportion, population mean, and population standard deviation (or variance) are usually unknown. These are fixed values that can only be estimated from the data collected from the samples. The estimates of each of these parameters are sample proportion, the sample mean, and sample standard deviation (or variance). To obtain the values of these sample statistics, data are required that have particular distribution and central...

