Description Usage Arguments Value See Also Examples
getCovMatSR
returns a stationary covariance matrix (with nugget).
This creates a covariance matrix, C, where
C = sigma^2 R + \sig2Eps I
R is a correlation matrix, sigma2 the process variance, and sig2eps is the variance of the noise (or nugget).
1 | getCovMatSR(sigma2, R, sigma2eps)
|
sigma2 |
A positive scalar representing the process variance |
R |
An n x n correlation matrix. |
sig2eps |
A positive scalar representing the variance of the noise (or nugget). |
An n x n covariance matrix
Other correlation and covariance functions: combineCorMatsR
,
getCorMatR
, getCovMatNSR
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.