开始使用免费开始使用

Compute skewness and kurtosis of the historical returns

Two metrics are of interest when we want to assess if returns are in line with the Gaussian model: skewness and kurtosis.

In this exercise, you are asked to find these metrics by using the functions SKEW() and KURT().

Note that the function KURT() computes the excess kurtosis, that is, the kurtosis minus 3. So, if KURT() reports a value of 0, this indicates that the kurtosis is 3.

本练习是课程的一部分

在 Google Sheets 中进行金融分析

查看课程

练习说明

  • In H3, find the skewness through the function SKEW().

  • In I3, compute the excess kurtosis using KURT().

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习