multiple_indicate_run: Indicate whether or not a run of a certain length exists...

Description Usage Arguments

Description

multiple_indicate_run takes a single binary chain binChain, a valid index of that chain i, and a length of run p and tests whether or not a run of that length starts at index i.

Usage

1
multiple_indicate_run(binChain, p, i)

Arguments

binChain

A one dimensional integer vector representing a binary chain of data.

p

An integer representing the length of run to test for.

i

An integer representing a valid index of binChain.


cwcartmell/maRkov documentation built on May 14, 2019, 1:37 p.m.