model_selection_MEV {SpatialModelsZAMG} | R Documentation |
this function calculates the pointwise MEV parameter estimates for each station and finds the best linear models according to Akaike Information Criterion (AIC)
model_selection_MEV(fitted_par, covariables, plot_station_distr = FALSE)
fitted_par |
data.frame with MEV parameters w,c,n as columns. Each row corresponds to one station. |
covariables |
data.frame with covariables for each station. Each row corresponds to one station, columns should include at least 'lon' (longitude), 'lat' (latitude) and 'alt' (altitude). |
plot_station_distr |
logical value; if |
a list with
fitted_par |
the given |
covariables |
the given |
models |
a list of |
optimizer_smooth_model_MEV_pwm
, optimizer_smooth_model_MEV_mle