KURT
The KURT function in Google Sheets calculates the kurtosis of a dataset, which describes the shape, and in particular the "peakedness" of that dataset.
Function Syntax and Parameters
Syntax: KURT(value1, value2)
Parameters:
value1: The first value to include in the calculation.value2: [Optional] Additional values to include in the calculation.
Step-by-Step Tutorial
- Using
KURTwith individual values:- Example:
=KURT(2, 4, 8, 6, 10) - Result: The kurtosis value.
- Example:
Use Cases and Scenarios
- Analyzing financial data.
- Evaluating probability distributions.
- Studying the shape of a dataset.