grad_mean_Delta_T {profExtrema} | R Documentation |
Gradient of the mean function of difference process
Description
The function grad_mean_Delta_T computes the gradient for the mean function of the difference process Z_x - \widetilde{Z}_x
at x
.
Usage
grad_mean_Delta_T(x, kmModel, simupoints, T.mat, F.mat)
Arguments
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 |
Value
the value of the gradient for the mean function at x
for the difference process Z^\Delta = Z_x - \widetilde{Z}_x
.
Author(s)
Dario Azzimonti
[Package profExtrema version 0.2.1 Index]