RecordTest
The R package RecordTest provides exploratory data analysis and inference tools based on theory of records to describe the record occurrence and detect trends in time series.
Installation
You can install the stable version from CRAN.
install.packages("RecordTest")
You can install the development version from GitHub
# install.packages("remotes")
remotes::install_github("JorgeCastilloMateo/RecordTest")
How to start?
Get started in RecordTest with the vignettes
vignette("RecordTest")