GetQfromT: Get quantile from return period

View source: R/Hydro3Stats.R

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

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