inner.prod.iter {unbalhaar}R 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))

[Package unbalhaar version 2.1 Index]