.fast_plausibility_contour | R Documentation |
Internal function provides the conformal prediction interval
for spatial location s0
given partial obserations s1,...,sm, Y1,.., Ym
when the square of the standard kriging residuals are used as the non-conformality measures,
and weights are provided.
.fast_plausibility_contour(Y_aug, w_aug, Q, std = TRUE)
Q |
an n+1 \times n+1 inverse of estimated covariance matrix |
s0 |
prediction location |
s |
an n \times d matrix or data-frame with d coordinates of the n data locations. |
Y |
a vector with n data values. |
w |
weights for the non-conformity measures. |
alpha |
significance level. Defaults to 0.05. |
A vector of lower and upper bounds of the conformal prediction interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.