View source: R/covcor_matrix.R
covcor_matrix | R Documentation |
This function produces a list of Multivariate Gaussian spatial/tempral/spatiotemporal covarance/correlation matrices from uniform distributed variables.
covcor_matrix(
u_data,
kfold = NULL,
cov_cor = "covariance",
use = "pairwise.complete.obs",
boundary_threshold = NA,
forcePD = F,
scale = F,
...
)
u_data |
A dataframe of standard uniform distributed variables. |
kfold |
A vector of kfold identifiers. |
cov_cor |
specify either covariance or correlation. |
boundary_threshold |
Data outside [0,1] are set to |
forcePD |
Use |
scale |
Scale gaussian variable inputs to have unit variance. for covariance matrix? Defaults to FALSE. |
A list of covariance/correlation matrices corresponding to unique values of kfold
Jethro Browell, jethro.browell@strath.ac.uk; Ciaran Gilbert, ciaran.gilbert@strath.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.