cov_par | R Documentation |
Function to extract the covariance parameters from an
SVC_mle
or SVC_selection
object.
cov_par(...) ## S3 method for class 'SVC_mle' cov_par(object, ...) ## S3 method for class 'SVC_selection' cov_par(object, ...)
... |
further arguments |
object |
|
vector with covariance parameters with the following attributes:
"GRF"
, charachter, describing the covariance function used for
the GP, see SVC_mle_control
.
"tapering"
, either NULL
if no tapering is applied of
the taper range.
Jakob Dambon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.