Blocks: Proportion Functions

Description Usage Arguments Details Value Author(s) References Examples

Description

An example Bernoulli proportion function.

Usage

1
Blocks(x)

Arguments

x

a sequence of ‘time points’ as input into the function.

Details

A proportion function based on the blocks function of Donoho, or that of Antoniadis and LeBlanc (2000). The extra “r" versions of these functions are reflected at the right endpoint.

Value

y

a vector of function values for the proportion function, corresponding to x.

Author(s)

Matt Nunes (m.nunes@ucl.ac.uk)

References

Antoniadis, A. and LeBlanc, F. (2000) Nonparametric wavelet regression for binary response. Statistics, 34, 183–213.

Examples

1
2
3
4
5
t<-seq(0,1,length=256)

y<-Blocks(t)

plot(t,y, type="l")

binhf documentation built on May 2, 2019, 4:07 p.m.

Related to Blocks in binhf...