Description Usage Arguments Value
View source: R/bss_functions.R
powerKernelCorrelation
calculates the value of the power law kernel autocorrelation function
directly using numerical integration for the numerator (the covariance term) and the analytic expression
for the denominator (variance term).
1 | powerKernelCorrelation(alpha, beta, h)
|
alpha |
the smoothness parameter, alpha, for the power law kernel. |
beta |
the exponent parameter, beta, for the power law kernel. |
h |
the lag to calculate the autocorrelation at. |
The function returns the autocorrelation for the power law kernel with
parameters alpha
and beta
at lag h
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.