Learn R Programming

VecStatGraphs3D (version 1.6)

SkewnessModuleCoefficient3D: Calculation of the skewness coefficient of the modules in 3D

Description

This function calculates the skewness coefficient and indicates the symmetry of the distribution from a set of input modules.

Usage

SkewnessModuleCoefficient3D(modules)

Arguments

modules
Vector containing the values of the modules

Value

The value skewness coefficient of all input modules

Details

One way to obtain a set of modules from X and Y coordinates of the vectors is to use the LoadData3D function. A normal data distribution presents a skewness coefficient equal to 0.

References

Website http://gim.unex.es/VecStatGraphs3D/

See Also

ArithmeticMean3D, StandardError3D, ModuleStandardDeviation3D, ModuleVariance3D, ModulePopulationVariance3D, ModulePopulationStandardDeviation3D, SkewnessModuleCoefficient3D, AllModuleStatistics3D.

Examples

Run this code
   FileName<-system.file("data/XYZcoor.txt", package="VecStatGraphs3D")
   dat<-LoadData3D(FileName, Type=1)
   modules<-dat[,1]
   SkewnessModuleCoefficient3D(modules)
   

Run the code above in your browser using DataLab