
assetsTest
Test for multivariate Normal distribution. }assetsTest(x, method = c("shapiro", "energy"), Replicates = 100,
title = NULL, description = NULL)
method="shapiro"
then Shapiro's multivariate Normality
test will be applied as implemented in R's contributed package
mvnormtest
. If method="e
method="energy"
."fASSETS"
object.as.matrix()
into a matrix object, e.g. like an
object of class timeSeries
, data.frame
, or mts
.assetsTest
returns an object of class fHTEST
.assetsTest
performs two tests for multivariate
Normality of an assets Set.Szekely G.J., Rizzo, M.L. (2005); A New Test for Multivariate Normality, Journal of Multivariate Analysis 93, 58--80. Szekely G.J. (1989); Potential and Kinetic Energy in Statistics, Lecture Notes, Budapest Institute of Technology, TechnicalUniversity.
MultivariateDistribution
.## berndtInvest -
data(berndtInvest)
# Exclude Date, Market and Interest Rate columns from data frame,
berndtAssets = berndtInvest[, -c(1, 11, 18)]
rownames(berndtAssets) = berndtInvest[, 1]
head(berndtAssets)
Run the code above in your browser using DataLab