powered by
Provides a summary of returns distribution
distdescplot(x = x)
Multiple plots describing the distribution.
Wide dataframe with date column and single series (univariate).
Philippe Cote
x <- dplyr::tibble( date = seq.Date(Sys.Date() - 1000, Sys.Date(), 1), CL01 = c(rnorm(501, 0, 0.02), rnorm(500, 0, 0.01)) ) distdescplot(x = x)
Run the code above in your browser using DataLab