Finance

Charts

Statistics

Macros

Search

How to use the KURT() function in Excel

Returns the kurtosis of a dataset, which measures the « tailedness » and peakedness of a distribution compared to a normal distribution.

Syntax:
KURT(number1; [number2]; …)

Arguments

Argument Required? Description
number1 Yes First data point or range.
number2, … Optional Additional data points

Notes:

  • Accepts arrays or cell ranges (e.g., A1:A10).
  • Requires at least 4 data points; otherwise, returns #DIV/0!.

Background

Kurtosis Types:

  • Mesokurtic (kurtosis = 0): Matches a normal distribution.
  • Leptokurtic (kurtosis > 0): Sharper peak, heavier tails (e.g., financial returns).
  • Platykurtic (kurtosis < 0): Flatter peak, thinner tails (e.g., uniform distribution).

Formula:

Where:

  • m4m4​: Fourth central moment.
  • σσ: Standard deviation.
  • Subtracting 3 adjusts for comparison to a normal distribution (excess kurtosis).

Example: Website Click Analysis

Scenario:
A software company evaluates click distributions:

  1. Download Area: Kurtosis = –1.27 (platykurtic).
  2. Entire Website: Kurtosis = 0.42 (leptokurtic).

Interpretation:

Distribution Kurtosis Shape Implication
Download Area –1.27 Flatter than normal Clicks are more spread out, fewer extreme values.
Entire Website 0.42 Peaked with heavier tails Clicks cluster around the mean, with more outliers.

Key Takeaways

  1. High Kurtosis (>0):
    • Sharp peak, frequent outliers.
    • Common in financial data (e.g., stock market crashes).
  2. Low Kurtosis (<0):
    • Broad peak, fewer outliers.
    • Seen in uniform distributions (e.g., dice rolls).
  3. Use Cases:
    • Risk assessment (finance).
    • Quality control (manufacturing).

Excel Tip: Combine with SKEW() to fully describe distribution shape.

0 0 votes
Évaluation de l'article
S’abonner
Notification pour
guest
0 Commentaires
Le plus ancien
Le plus récent Le plus populaire
Online comments
Show all comments
Facebook
Twitter
LinkedIn
WhatsApp
Email
Print
0
We’d love to hear your thoughts — please leave a commentx