
KurtosisModuleCoefficient(modules)
LoadData
function.
The Kurtosis coefficient is a measure of whether the data are flat or peaked relative to the normal distribution.NumberOfElements
, MaxValue
, MinValue
, Range
,
ModuleSum
, ArithmeticMean
, StandardError
,
ModuleStandardDeviation
, ModuleVariance
, ModulePopulationVariance
,
ModulePopulationStandardDeviation
, SkewnessModuleCoefficient
,
AllModuleStatistics
.FileName<-system.file("data/RectangularData.txt", package="VecStatGraphs2D")
dat<-LoadData(FileName, Type=2, Direction=2)
modules<-dat[,1]
KurtosisModuleCoefficient(modules)
Run the code above in your browser using DataLab