View source: R/qts-sample-class.R
rnorm_qts | R Documentation |
This function adds uncorrelated Gaussian noise to the logarithm QTS using an exponential covariance function.
rnorm_qts(n, mean_qts, alpha = 0.01, beta = 0.001)
n |
An integer specifying how many QTS should be generated. |
mean_qts |
An object of class |
alpha |
A positive scalar specifying the variance of each component of
the log-QTS. Defaults to |
beta |
A positive scalar specifying the exponential weight. Defaults to
|
See exp_cov_function
for details about the roles of
alpha
and beta
in the definition of the covariance operator.
A list of n
objects of class qts
with added noise as
specified by parameters alpha
and beta
.
rnorm_qts(1, vespa64$igp[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.