Computes the r-th moment about target origin k from raw moments
about origin a using the generalized binomial transformation.
Examples
x <- c(-1, 7, 39)
conv_moment(x, a = 2, k = 5, r = 2) # returns 22
#> [1] 22
Computes the r-th moment about target origin k from raw moments
about origin a using the generalized binomial transformation.
x <- c(-1, 7, 39)
conv_moment(x, a = 2, k = 5, r = 2) # returns 22
#> [1] 22