dot-plausibility_contour: internal plausibility_contour calculation function

.plausibility_contourR Documentation

internal plausibility_contour calculation function

Description

internal plausibility_contour calculation function

Usage

.plausibility_contour(
  Y_cand,
  s_aug,
  Y_aug,
  w_aug,
  d_aug,
  pred_fun,
  thetaHat,
  T_dfun
)

Arguments

Y_cand

a vector of candidate Y values.

s_aug

augmented locations, as an output of .prime.

Y_aug

augmented Y values, as an output of .prime.

w_aug

augmented weights, as an output of .prime.

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.

T_dfun

transformed dfun, as an output of trans_dfun.

Value

a data frame of Y_cand and p_y.


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