View source: R/miscFunctions.R
rosenblatt_transform_multivarStudent | R Documentation |
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)
x |
A matrix (or vector) of samples in [0, 1]^d to transform. |
dimension |
Integer. The dimension of the input space. |
MatParam |
Numeric. The Matérn kernel smoothness parameter (default = 5/2). |
A matrix with transformed coordinates following a multivariate Student distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.