hasGrad {kergp} | R Documentation |
Generic Function: Extract slot hasGrad of a Covariance Kernel
Description
Generic function returning the slot hasGrad of a Covariance Kernel.
Usage
hasGrad(object, ...)
## S4 method for signature 'covAll'
hasGrad(object, ...)
Arguments
object |
A covariance kernel object. |
... |
Other arguments for methods. |
Value
A logical indicating whether the gradient is supplied in object
(as indicated in the slot 'hasGrad').
[Package kergp version 0.5.7 Index]