Auxiliary function that maps uniform samples in [0, 1]^d to samples from the spectral density of a Matérn kernel (i.e., a multivariate Student distribution).
rosenblatt_transform_multivarStudent(x, dimension, MatParam = 5/2)A matrix with transformed coordinates following a multivariate Student distribution.
A matrix (or vector) of samples in [0, 1]^d to transform.
Integer. The dimension of the input space.
Numeric. The Matérn kernel smoothness parameter (default = 5/2).