gammaKernelTau {BSS} | R Documentation |
Scale factor for the gamma kernel
Description
gammaKernelTau
evaluates the scale factor tau_n for the gamma kernel using the
exact expression derived from the covariance function.
Usage
gammaKernelTau(n, alpha, lambda)
Arguments
n |
a positive integer indicating the number of observations per unit of time. |
alpha |
the smoothness parameter, alpha, for the gamma kernel. |
lambda |
the exponent parameter, lambda, for the gamma kernel. |
Value
The function returns the scale factor (tau_n) for the gamma kernel with
parameters alpha
and lambda
, observed at frequency n
per unit of time.
[Package BSS version 0.1.0 Index]