GetTfromQ: Get return period from value

View source: R/Hydro3Stats.R

GetTfromQR 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)

HydroPortailStats documentation built on Sept. 12, 2024, 9:36 a.m.