be_clark_cpp | R Documentation |
Clark 1967 solution for calculating barometric efficiency (Algorithm from Batu 1998, pg 76)
be_clark_cpp(dep, ind, lag_space, inverse)
dep |
|
ind |
|
lag_space |
|
inverse |
|
barometric efficiency using Clark's method
n <- 1000
baro <- sin(seq(0, 2 * pi, length.out = 1000))
wl <- -0.4 * baro + rnorm(1000, sd = 0.02)
be_clark_cpp(wl, baro, lag_space = 1, inverse = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.