weco.rl: Get running lengths

Description Usage Arguments Value See Also Examples

Description

Get running lengths

Usage

1
weco.rl(weco.rst)

Arguments

weco.rst

A class weco vector returned from weco.rule or weco.combine

Value

A vector of running lengths detected from the observed continuously observed data

See Also

weco.rule, weco.combine

Examples

1
2
3
x        <- rnorm(1000);
rst.comb <- weco.combine(x, lst.rules=list(list(1), list(2, k=9)));
weco.rl(rst.comb);

weco documentation built on May 2, 2019, 3:46 p.m.