- input.data
dataframe of annual, seasonal, or monthly runoff and precipitation observations. Gaps with missing data in either streamflow or precipitation are permitted, and the handling of them is further discussed in build. Monthly data is required when using seasonal.parameters that assumes selected model parameters are better defined with a sinusoidal function.
- data.transform
character string of method of transformation. If empty, the default builds all possible combinations of models with boxcox data transformation.
- parameters
character vector of parameters to determine model form. If empty, the default builds all possible combinations of model forms.
- seasonal.parameters
character vector of parameters with sinusoidal function to represent seasonal variation. Requires monthly or seasonal data. If empty and monthly or seasonal data is given, the default builds all possible combinations of models with a seasonal parameter for each and all parameters.
- state.shift.parameters
character vector of one or all parameters to identify state dependent parameters. Only one set of parameters permitted. If empty, the default builds all possible model combinations with c('a0','std') as state shift parameters.
- error.distribution
character string of the distribution in the HMM error. If empty, the default builds models with all possible combinations of error distribution: c('truc.normal', 'normal','gamma')
- flickering
logical TRUE/FALSE. TRUE = allows more sensitive markov flickering between states over time. When FALSE (default), state needs to persist for at least three time steps before state shift can occur.
- transition.graph
matrix given the number of states. If empty, the default builds models with all possible combinations of states:
1-state matrix (1 by 1): matrix(TRUE,1,1),
2-state matrix (2 by 2): matrix(TRUE,2,2),
3-state matrix (3 by 3): matrix(TRUE,3,3).
- summary.table
data frame with a table summarizing all built models and corresponding reference model. From function summary(). If empty, summary table will be built automatically.
- siteID
character string of site identifier.