This R package can be used for estimating periodic time series data using quantile regression for the bulk of a distribution, and a weighted mixture of quantile regression estimates and parametric Generalized Pareto Distribution (GPD) estimates for the tails of a distribution.
Installation can be done using the devtools
package as follows:
devtools
package in Rinstall.packages("devtools")
library(devtools)
install_github("gbstat/tailqr")
For an example of how the tailqr
package can be used to estimate the tail quantiles of daily maximum temperature (tasmax) data, see the fit_tasmax.R
file in the /examples
directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.