inner.prod.iter: Inner products with Unbalanced Haar wavelets

View source: R/inner.prod.iter.R

inner.prod.iterR Documentation

Inner products with Unbalanced Haar wavelets

Description

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.

Usage

inner.prod.iter(x)

Arguments

x

a vector of length n

Details

The computation is iterative and is performed in computational time O(n).

Value

a vector of length n-1, containing inner products between x and consecutive Unbalanced Haar wavelets of length n

Author(s)

Piotr Fryzlewicz

Examples

inner.prod.iter(rnorm(100))

unbalhaar documentation built on April 19, 2022, 5:05 p.m.