The Renard hierarchical spatial generalized extreme value model: at-site GEV distributions whose parameters are themselves regressions over site coordinates.
Usage
model_spatial_gev(
coordinates,
at_site_data,
use_copula_dependence = NULL,
use_location_errors = NULL,
use_scale_errors = NULL,
use_shape_errors = NULL,
use_log_link_for_location = NULL,
use_log_link_for_scale = NULL,
parameters = NULL,
parameter_values = NULL,
use_default_flat_priors = NULL
)Arguments
- coordinates
a sites-by-2 matrix (or list of length-2 vectors) of site coordinates.
- at_site_data
an observations-by-sites matrix (or list of per-observation vectors) of the at-site records.
- use_copula_dependence, use_location_errors, use_scale_errors, use_shape_errors
optional logicals gating the spatial-dependence and regression-error terms.
- use_log_link_for_location, use_log_link_for_scale
optional logicals selecting a log link for the corresponding regression.
- parameters
optional
model_parameter()object or list of them, setting bounds, fixed flags, priors, or starting values.- parameter_values
optional numeric vector of all parameter values, applied last.
- use_default_flat_priors
logical; set
FALSEalongside a custom prior.