CalculateKurtosis {RTaxometrics} | R Documentation |
Calculates kurtosis
Description
This function calculates the sample kurtosis of a distribution
Usage
CalculateKurtosis(x)
Arguments
x |
The data vector |
Details
Called by higher-order functions; users do not need to call this function directly.
Value
The sample kurtosis of x
Author(s)
John Ruscio <ruscio@tcnj.edu> and Shirley Wang <shirleywang@g.harvard.edu> Maintainer: John Ruscio <ruscio@tcnj.edu>
[Package RTaxometrics version 3.2.1 Index]