Description Usage Arguments Value Examples
View source: R/gaussian_copula_cor.R
Pointwise Correlation from Gaussian latent model
1 | gaussian_copula_cor(n = 100, ntime = 50)
|
n |
A positive integer indicating the sample size. The default value is 100. |
ntime |
A positive integer indicating the number of time points. The default value is 50. |
A list with the elements
Y |
A n x ntime matrix for the Gaussian latent model |
Khat |
A ntime x ntime pointwise correlation matrix for the Gaussian latent model |
1 2 3 | gaussian_copula_cor(n = 100, ntime = 20)
gaussian_copula_cor(n = 20, ntime = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.