mean_Delta_T {profExtrema} | R Documentation |
The function mean_Delta_T computes the mean function of the difference process Z_x - \widetilde{Z}_x
at x
.
mean_Delta_T(x, kmModel, simupoints, T.mat, F.mat)
x |
a matrix |
kmModel |
the km model of the Gaussian process |
simupoints |
the matrix |
T.mat |
the upper triangular factor of the Choleski decomposition of the covariance matrix of |
F.mat |
the evaluation of the trend function at |
the value of the mean function at x
for the difference process Z^\Delta = Z_x - \widetilde{Z}_x
.
Dario Azzimonti