ready4 submodule class for tibble object that stores spatial simulation parameters relating to Mean Absolute Prediction Errors.
Source:R/C3_vicinity_mapes.R
vicinity_mapes.Rd
Create a new valid instance of the ready4 submodule class for tibble object that stores spatial simulation parameters relating to Mean Absolute Prediction Errors.
Usage
vicinity_mapes(x = make_pt_vicinity_mapes())
make_pt_vicinity_mapes(
param_name_chr = character(0),
var_nm_chr = character(0),
mape_05_yr_mde_dbl = numeric(0),
mape_10_yr_mde_dbl = numeric(0),
mape_15_yr_mde_dbl = numeric(0),
mape_05_yr_min_dbl = numeric(0),
mape_10_yr_min_dbl = numeric(0),
mape_15_yr_min_dbl = numeric(0),
mape_05_yr_max_dbl = numeric(0),
mape_10_yr_max_dbl = numeric(0),
mape_15_yr_max_dbl = numeric(0),
mape_05_yr_shp_dbl = numeric(0),
mape_10_yr_shp_dbl = numeric(0),
mape_15_yr_shp_dbl = numeric(0)
)
is_vicinity_mapes(x)
Arguments
- x
An object of any type
- param_name_chr
Parameter name (a character vector), Default: character(0)
- var_nm_chr
Variable name (a character vector), Default: character(0)
- mape_05_yr_mde_dbl
Mean absolute prediction error 05 year mode (a double vector), Default: numeric(0)
- mape_10_yr_mde_dbl
Mean absolute prediction error 10 year mode (a double vector), Default: numeric(0)
- mape_15_yr_mde_dbl
Mean absolute prediction error 15 year mode (a double vector), Default: numeric(0)
- mape_05_yr_min_dbl
Mean absolute prediction error 05 year minimum (a double vector), Default: numeric(0)
- mape_10_yr_min_dbl
Mean absolute prediction error 10 year minimum (a double vector), Default: numeric(0)
- mape_15_yr_min_dbl
Mean absolute prediction error 15 year minimum (a double vector), Default: numeric(0)
- mape_05_yr_max_dbl
Mean absolute prediction error 05 year maximum (a double vector), Default: numeric(0)
- mape_10_yr_max_dbl
Mean absolute prediction error 10 year maximum (a double vector), Default: numeric(0)
- mape_15_yr_max_dbl
Mean absolute prediction error 15 year maximum (a double vector), Default: numeric(0)
- mape_05_yr_shp_dbl
Mean absolute prediction error 05 year shape (a double vector), Default: numeric(0)
- mape_10_yr_shp_dbl
Mean absolute prediction error 10 year shape (a double vector), Default: numeric(0)
- mape_15_yr_shp_dbl
Mean absolute prediction error 15 year shape (a double vector), Default: numeric(0)
Value
A validated instance of the ready4 submodule class for tibble object that stores spatial simulation parameters relating to Mean Absolute Prediction Errors.
A prototype for ready4 submodule class for tibble object that stores spatial simulation parameters relating to Mean Absolute Prediction Errors.
A logical value, TRUE if a valid instance of the ready4 submodule class for tibble object that stores spatial simulation parameters relating to Mean Absolute Prediction Errors.