npar-methods {kergp} | R Documentation |
Number of Parameters for a Covariance Kernel Object
Description
Number of parameters for a covariance kernel object.
Usage
## S4 method for signature 'covMan'
npar(object, ...)
## S4 method for signature 'covTS'
npar(object, ...)
Arguments
object |
An object with S4 class corresponding to a covariance kernel. |
... |
Not used yet. |
Value
The number of parameters.
See Also
coef
method
[Package kergp version 0.5.7 Index]