Description Usage Arguments Details Value Author(s) References See Also Examples
This function calculates the kurtosis coefficient, which characterizes the shape of the distribution from a set of input modules.
1 | KurtosisModuleCoefficient(modules)
|
modules |
Vector containing the values of the modules |
One way to obtain a set of modules from X and Y coordinates of the vectors is to use the LoadData
function.
The kurtosis coefficient is a measure of whether the data are flat or peaked relative to the normal distribution.
The value of the kurtosis coefficient of all input modules
Ruiz-Cuetos, J.C., jcruizcue@gmail.com, Felicisimo, A.M., amfeli@unex.es, Cuartero, A., acuartero@unex.es, Polo, M.E., mepolo@unex.es, Rodriguez, P.G. pablogr@unex.es
Website http://gim.unex.es/VecStatGraphs2D/
ArithmeticMean
, StandardError
, ModuleStandardDeviation
,
ModuleVariance
, ModulePopulationVariance
,
ModulePopulationStandardDeviation
, SkewnessModuleCoefficient
,
AllModuleStatistics
.
1 2 3 4 | FileName<-system.file("data/RectangularData.txt", package="VecStatGraphs2D")
dat<-LoadData(FileName, Type=2)
modules<-dat[,1]
KurtosisModuleCoefficient(modules)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.