Description Usage Arguments Details Value Author(s) References See Also Examples
This function calculates the skewness coefficient and indicates the symmetry of the distribution from a set of input modules.
1 | SkewnessModuleCoefficient3D(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 LoadData3D function.
A normal data distribution presents a skewness coefficient equal to 0.
The value skewness coefficient of all input modules
Felicisimo, A.M., amfeli@unex.es, Ruiz-Cuetos, J.C., bilba_t@hotmail.com, Polo, M.E., mepolo@unex.es, Cuartero, A., acuartero@unex.es, Rodriguez, P.G. pablogr@unex.es
Website http://gim.unex.es/VecStatGraphs3D/
ArithmeticMean3D, StandardError3D, ModuleStandardDeviation3D,
ModuleVariance3D, ModulePopulationVariance3D,
ModulePopulationStandardDeviation3D, SkewnessModuleCoefficient3D,
AllModuleStatistics3D.
1 2 3 4 5 | FileName<-system.file("data/XYZcoor.txt", package="VecStatGraphs3D")
dat<-LoadData3D(FileName, Type=1)
modules<-dat[,1]
SkewnessModuleCoefficient3D(modules)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.