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