# Kurtosis Calculator

Calculate raw and excess kurtosis to measure tail weight and peakedness of a distribution

> Canonical page: https://elysiatools.com/en/tools/kurtosis-calculator

- **Category:** Math & Numbers

- **Keywords:** kurtosis, excess kurtosis, tail weight, distribution shape, statistics

## Overview

Calculate kurtosis for a numeric dataset.

Kurtosis summarizes tail weight relative to a normal distribution. Excess kurtosis subtracts 3, so a normal distribution is near 0.

Use this tool to spot heavy-tailed data, compare distribution shapes, and support risk, quality, or experimental analysis.

## Inputs

- **Dataset** (textarea): e.g. 2, 3, 4, 5, 6, 30
- **Kurtosis Output** (select)
- **Decimal Places** (number)
- **Include Summary Statistics** (checkbox)

## When to use

- Analyzing financial returns to assess the risk of extreme market movements and fat tails.
- Evaluating quality control metrics to see if manufacturing defects cluster heavily at the extremes.
- Checking statistical assumptions before running parametric tests that require normal distributions.

## How it works

- Enter or paste your comma-separated numeric dataset into the input field.
- Choose whether to output raw kurtosis, excess kurtosis, or both.
- Adjust the decimal places and toggle summary statistics if needed.
- View the calculated kurtosis values in the JSON output to evaluate your distribution's tail weight.

## Use cases

- Financial risk management and portfolio analysis.
- Quality assurance and manufacturing process control.
- Academic research and exploratory data analysis.

## Frequently asked questions

### What is the difference between raw and excess kurtosis?

Raw kurtosis measures the absolute tail weight, where a normal distribution equals 3. Excess kurtosis subtracts 3 from the raw value, making a normal distribution equal to 0 for easier comparison.

### What does a high excess kurtosis mean?

A positive excess kurtosis (leptokurtic) indicates a distribution with heavy tails and a sharper peak, meaning extreme outliers are more likely to occur.

### What does a negative excess kurtosis indicate?

A negative excess kurtosis (platykurtic) means the distribution has lighter tails and a flatter peak compared to a normal distribution, indicating fewer extreme outliers.

### How should I format my dataset?

Enter your numeric values separated by commas, spaces, or newlines. The tool will automatically parse the numbers for calculation.

### Can I include summary statistics in the output?

Yes, you can check the 'Include Summary Statistics' option to generate additional descriptive metrics alongside the kurtosis calculation.

## Related tools

- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Cable Ampacity Calculator (IEC 60364-5-52)](https://elysiatools.com/en/tools/cable-ampacity-calculator): Estimate copper cable current-carrying capacity per the simplified IEC 60364-5-52 reference method. Combines cross-section, insulation (PVC 70°C / XLPE 90°C), installation method, and ambient temperature to derive the corrected allowable ampacity (A).
- [Capacitor Reactive Power Calculator (Q_c = 2πfCU²)](https://elysiatools.com/en/tools/capacitor-reactive-power): Compute the reactive power produced by a known capacitor: Q_c = 2π·f·C·U². Supports single-phase, three-phase star (Y) and delta (Δ) connections. Returns Q_c in var/kvar, capacitive reactance Xc, and capacitor current Ic. Complementary to the power-factor-correction tool (which sizes a capacitor for a target cosφ).
- [Chain Sprocket Ratio Calculator](https://elysiatools.com/en/tools/chain-sprocket-ratio): Calculate the ratio, driven speed and chain linear speed of a chain drive. i = z₂/z₁ = n₁/n₂, chain speed v = z₁·p·n₁/60000. Enter the pitch to compute chain speed.
- [Condensing / Evaporating Temperature Calculator](https://elysiatools.com/en/tools/condensing-temperature-calculator): Estimate the saturated condensing temperature (T_cond) and evaporating temperature (T_evap) of a refrigeration circuit. Three modes: (1) from coil approach — T_cond = T_ambient + condenser ΔT approach, T_evap = T_medium − evaporator ΔT approach; (2) from measured saturated pressures — given P_cond and P_evap for a known refrigerant (R-22 / R-134a / R-410A), invert the Antoine fit; (3) from subcooling & superheat — T_cond = T_liquid − SC, T_evap = T_suction − SH. Temperature in °C/K/°F; pressure in bar/MPa/kPa/PSI absolute or gauge (atmospheric default 1.01325 bar). Results reported in °C.
- [Conditional Probability Calculator](https://elysiatools.com/en/tools/conditional-probability-calculator): Calculate P(A given B) from joint probability P(A and B) and condition probability P(B)

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
