View source: R/inner.prod.iter.R
inner.prod.iter | R Documentation |
For an input vector of length n, the function computes inner products between the input vector and all possible n-1 Unbalanced Haar vectors of length n.
inner.prod.iter(x)
x |
a vector of length n |
The computation is iterative and is performed in computational time O(n).
a vector of length n-1, containing inner products between x
and consecutive Unbalanced Haar wavelets
of length n
Piotr Fryzlewicz
inner.prod.iter(rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.