This function computes the Cholesky decomposition of the correlation matrix in GaSP.
Get_R_new(beta_delta, eta_delta, R0, kernel_type, alpha, inv_output_weights)
lower triangular matrix of Cholesky decomposition of the correlation matrix in GaSP.
Inverse range parameters.
nugget parameters.
A List of matrices where the j-th matrix is an absolute difference matrix of the j-th input vector.
Type of kernel. matern_3_2
and matern_5_2
are Matern kernel
with roughness parameter 3/2 and 5/2 respectively. pow_exp
is power exponential kernel with roughness parameter alpha. If pow_exp
is to be used, one needs to specify its roughness parameter alpha.
Roughness parameters in the kernel functions. It is only useful if the power exponential correlation function is used.
The inverse of output weights.
tools:::Rd_package_author("RobustCalibration")
Maintainer: tools:::Rd_package_maintainer("RobustCalibration")