mc_state_threshold: Determine Markov State Thresholds from Precipitation

Description Usage Arguments Value

Description

Determine Markov State Thresholds from Precipitation

Usage

1
2
mc_state_threshold(x, months, dry_wet_threshold = 0.3,
  wet_extreme_quantile_threshold = 0.8)

Arguments

x

vector of daily precipitation

months

vector of months corresponding to daily precipitation vector x

dry_wet_threshold

threshold precipitation amount for dry/wet states

wet_extreme_quantile_threshold

threshold quantile for wet/extreme states

Value

monthly list of precipitation thresholds as vectors of length 2 (first element is threshold amount between dry/wet, second element is threshold amount between wet/extreme)


HydrosystemsGroup/Weather-Generator documentation built on May 8, 2019, 8:34 a.m.