GetTfromQ {HydroPortailStats} | R Documentation |
Get return period from value
Description
Compute the return period associated with a value from the results of Hydro3_Estimation()
Usage
GetTfromQ(q, H3, options = options_def)
Arguments
q |
numeric, value |
H3 |
list, resulting from a call to Hydro3_Estimation() |
options |
list, see ?Hydro3_Estimation |
Value
A list with the following components:
RP |
numeric, return period |
IC |
numeric vector, uncertainty interval |
Examples
y=stats::rnorm(50)
H3=Hydro3_Estimation(y,'Normal')
GetTfromQ(3,H3)
[Package HydroPortailStats version 1.0.3 Index]