mc_state_threshold: Determine Markov State Thresholds from Precipitation

View source: R/mc_state_threshold.R

mc_state_thresholdR Documentation

Determine Markov State Thresholds from Precipitation

Description

Determine Markov State Thresholds from Precipitation

Usage

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)


walkerjeffd/weathergen documentation built on July 26, 2022, 7:20 a.m.