FinTS.stats(x)
index
sum
is.na
mean
sd
skewness
kurtosis
min
max
FinTS.stats(rep(1, 5))
# The following generates an error,
# because FinTS.stats expects a vector
# of class 'zoo', and d.c8603 is a matrix
#FinTS.stats(100*d.c8603)
Run the code above in your browser using DataLab