powered by
This function calculates percentiles for a given dataset
initPercentiles(subsrs, percentM, percent, percentP)
A list containing the calculated percentiles and probabilities.
The input dataset.
The percentile for the lower bound.
The percentile for the middle bound.
The percentile for the upper bound.
tsEvaNanRunningPercentiles()
timeAndSeries <- ArdecheStMartin timeStamps <- ArdecheStMartin[,1] series <- ArdecheStMartin[,2] initPercentiles(series, 89, 90, 91)
Run the code above in your browser using DataLab