GetQfromT | R Documentation |
Compute the T-quantile from the results of Hydro3_Estimation()
GetQfromT(RP, H3, options = options_def)
RP |
numeric, return period |
H3 |
list, resulting from a call to Hydro3_Estimation() |
options |
list, see ?Hydro3_Estimation |
A list with the following components:
q |
numeric, quantile |
IC |
numeric vector, uncertainty interval |
y=stats::rnorm(50)
H3=Hydro3_Estimation(y,'Normal')
GetQfromT(100,H3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.