dot-generate_Y_cand: Generate candidate Y values

.generate_Y_candR Documentation

Generate candidate Y values

Description

Generate candidate Y values

Usage

.generate_Y_cand(pred_fun, dfun, precision)

Arguments

pred_fun

spatial prediction function with inputs being s0, s, Y and ouputs being predicted Y(s0) (and its standard error). Defaults to krige_pred representing Kriging prediction.

dfun

non-conformity measure with four options. In which, "residual2" (default) represents squared residual, "std_residual2" represents standardized squared residual, "abs_residual" represents absolute residual, and "std_abs_residual" represents standardized absolute residual.

precision

a positive scalar represents how dense the candidates for Y(s) are. Defaults to NULL.

Value

a vector of candidate Y values


mhuiying/scp documentation built on May 4, 2022, 11:35 p.m.