Third {MultiSkew} | R Documentation |
Third multivariate moment of a data matrix
Description
It contains all moments of order three which can be obtained from the variables.
Usage
Third(data, type)
Arguments
data |
data matrix |
type |
type="raw" is the third raw moment type="central" is the third central moment type="standardized" is the third standardized moment |
Details
Some general information about the third multivariate moment of both theoretical and emprical distributions are reviewed in Loperfido, N. (2015).
Value
Third moment: all moments of order three which can be obtained from the variables in "data".
Author(s)
Cinzia Franceschini and Nicola Loperfido
References
Loperfido, N. (2015). Singular Value Decomposition of the Third Multivariate Moment. Linear Algebra and its Applications 473, 202-216.
Examples
data(PM10_2006)
PM10_2006_matrix<-data.matrix(PM10_2006)
Third(PM10_2006_matrix[,2:5], "raw")
[Package MultiSkew version 1.1.1 Index]