powered by
Calculate useful statistics for an univariate data.
DescribeVector(data, digits = 2)
A tibble of statistics, including min, max, mean, sd, Q25, Q50, Q75, kurt, Skew, n, na
vector of observations
integer deciding the number of decimal places
swan <- rGarch(len = 180) DescribeVector(swan)
Run the code above in your browser using DataLab