powered by
Functions to compute row statistical properties of financial and economic time series data. The functions are:
rowStats
rowSds
rowVars
rowSkewness
rowKurtosis
rowMaxs
rowMins
rowProds
rowStats(x, FUN, ...) rowSds(x, ...) rowVars(x, ...) rowSkewness(x, ...) rowKurtosis(x, ...) rowMaxs(x, ...) rowMins(x, ...) rowProds(x, ...) rowQuantiles(x, prob = 0.05, ...) rowStdevs(x, ...) rowAvgs(x, ...)
as.matrix
link{colStats}.
link{colStats}
## Simulated Return Data in Matrix Form: x = matrix(rnorm(10*10), nrow = 10) ## rowStats - rowStats(x, FUN = mean) ## rowMaxs - rowMaxs(x)
Run the code above in your browser using DataLab