weco.info: Describe WECO rules

Description Usage Arguments Value Examples

Description

Get the description of a WECO rule

Usage

1
weco.info(rule, ..., prt = TRUE)

Arguments

rule

WECO rule number from 1 to 8

...

Specifications for individual rule

k

Number of "abnormal" data points

l

Number of standard deviations

n

Number of data points prior to the current point (including the current point) to be evaluated

prt

Whether to print the detailed information

Value

A list that contains a text description of the rule and a vector of parameters with their default values

Examples

1
2
3
4
info.1 <- weco.info(rule=1);
print(info.1$description);
info.1 <- weco.info(rule=1, l=2);
print(info.1$description);

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