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