initPercentiles {RtsEva}R Documentation

Initialize Percentiles

Description

This function calculates percentiles for a given dataset

Usage

initPercentiles(subsrs, percentM, percent, percentP)

Arguments

subsrs

The input dataset.

percentM

The percentile for the lower bound.

percent

The percentile for the middle bound.

percentP

The percentile for the upper bound.

Value

A list containing the calculated percentiles and probabilities.

See Also

tsEvaNanRunningPercentiles()

Examples

timeAndSeries <- ArdecheStMartin
timeStamps <- ArdecheStMartin[,1]
series <- ArdecheStMartin[,2]
initPercentiles(series, 89, 90, 91)

[Package RtsEva version 1.0.0 Index]