Changes in version 0.0-19 (2025-12-10) Bug Fixes o Archived "quandl" source in get_data() due to abandoned package Quandl. Changes in version 0.0-15 (2022-05-31) New Features o Hill_estimator() Hill estimator. o Hill_plot() Hill plot. Changes in version 0.0-14 (2021-04-16) New Features o rBrownian() for simulating Brownian and related motions. Changes in version 0.0-13 (2020-04-19) New Features o X.rearranged.opt.row of rearrange() and its wrappers. Changes in version 0.0-11 (2019-12-03) New Features o VaR_np() and ES_np() compute value-at-risk and expected shortfall for the sum if the input is a matrix. Changes in version 0.0-10 (2018-11-12) New Features o dGPDtail(), pGPDtail(), qGPDtail(), rGPDtail() (and renamed VaR_POT() to VaR_GPDtail() and ES_POT() to ES_GPDtail() correspondingly) Bug Fixes o plot_matrix(): used to plot transposed matrix. Changes in version 0.0-9 (2018-04-29) New Features o VaR_POT(), ES_POT() o GPD_shape_plot(), tail_plot() o mean_excess_np(), mean_excess_GPD() and mean_excess_plot() o edf_plot() o Fitting of GEV distribution and GPD. o More intuitive (re)naming of all arguments of EVT related functions. Bug Fixes o (none)