unbal.haar.vector: Unbalanced Haar vector

View source: R/unbal.haar.vector.R

unbal.haar.vectorR Documentation

Unbalanced Haar vector

Description

Computes the non-zero part of an Unbalanced Haar vector with a given start-, break- and end-point.

Usage

unbal.haar.vector(a)

Arguments

a

a three-component vector of integers such that a[1] <= a[2] < a[3]. The three components specify, respectively, the start point, the time point just before the breakpoint, and the endpoint of the desired Unbalanced Haar vector.

Value

the non-zero part of the corresponding Unbalanced Haar vector

Author(s)

Piotr Fryzlewicz

Examples

unbal.haar.vector(c(1, 1, 2))
unbal.haar.vector(c(2, 5, 12))

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