matern52: Calculate the correlation matrix according to the Matern model with \(\nu=5/2\).
Description
matern52() is a helper function that constructs a correlation matrix according to the Matern model with parameter \(\nu=5/2\) and lengthscales given by the parameter vector theta. The design must have been already formated in distlist format using the function makedistlist().
Usage
matern52(l.d,theta)
Arguments
l.d
Current design distance matrices in distlist format
theta
A vector of range parameters
Value
A list containing the constructed correlation matrix.