Description Usage Arguments Details Value Author(s) References See Also Examples
This function calculates the basic linear statistics of a sample of linear magnitudes.
1 | AllModuleStatistics(modules, ndig = 4)
|
modules |
Vector containing the values of the modules |
ndig |
Integer value that indicates the decimal places. The default value is 4. |
One way to obtain a set of modules from X and Y coordinates of the vectors is to use the LoadData
function.
The statistics calculated are: Number Of Elements, Max Value, Min Value, Range,
Mean Arithmetic, Standard Error, Standard Deviation Module, Variance Module,
Variance Module Population, Standard Deviation Module Population, Skewness Module Coefficient,
Kurtosis Module Coefficient.
The value all module statistics 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/
StandardError
, ModuleStandardDeviation
, ModuleVariance
, ModulePopulationVariance
,
ModulePopulationStandardDeviation
, SkewnessModuleCoefficient
, KurtosisModuleCoefficient
.
1 2 3 4 | FileName<-system.file("data/RectangularData.txt", package="VecStatGraphs2D")
dat<-LoadData(FileName, Type=2)
modules<-dat[,1]
AllModuleStatistics(modules, ndig = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.