Learn R Programming

RobustGaSP (version 0.6.6)

matern_5_2_deriv: The derivative of matern correlation function with regard to the inverse range parameter

Description

This function computes the derivative of a correlation matrix using 1-dimensional matern correlation function, with regard to the inverse range parameter.

Usage

matern_5_2_deriv(R0_i, R, beta_i)

Value

A matrix in which each element is the derivative of 1-dimensional matern correlation function with regard to the inverse range parameter.

Arguments

R0_i

an absolute difference matrix of the i-th input vector.

R

the correlation matrix.

beta_i

the inverse range parameter.

Author

tools:::Rd_package_author("RobustGaSP")

Maintainer: tools:::Rd_package_maintainer("RobustGaSP")

See Also

matern_5_2_funct.