View source: R/index.prcXXth.R
index.prcXXth | R Documentation |
Function to compute the sample quantiles for the given probabilities.
index.prcXXth(ts, prob = 0.25, threshold = NULL)
ts |
A vector containing the data |
prob |
A float number in the range [0,1] defining the probability of the quantile to be calculated. |
threshold |
Optional parameter. Remove data below the threshold value. Included to consider the case of precipitation. NULL by default. |
A float number corresponding to the quantile.
Neyko Neykov, J. Bedia, D. San-MartÃn, S. Herrera
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.