kurtosis {TSA} | R Documentation |
Kurtosis
Description
Computes the Kurtosis.
Usage
kurtosis(x, na.rm = FALSE)
Arguments
x |
data |
na.rm |
logical variable, if true, missing values are excluded from analysis |
Details
Given data , the sample kurtosis is
defined by the formula:
Value
The function returns the kurtosis of the data.
Author(s)
Kung-Sik Chan
Examples
data(CREF)
r.cref=diff(log(CREF))*100
kurtosis(r.cref)
[Package TSA version 1.3.1 Index]