out_score_zrob: Detect outliers Iglewicz and Hoaglin (1993) robust z-score...

Description Usage Arguments Examples

View source: R/04-outliers.R

Description

Maturing lifecycle

Usage

1
out_score_zrob(x, cutoff = 3.5, fill = NA, ...)

Arguments

x

[univariate vector]

Univariate vector, numeric or ts object with only one dimension.

cutoff

[numeric(1): 3.5]

fill

[numeric or function: NA]

Numeric value(s) or function used to fill observations.

...

further arguments passed to score.

Examples

1
out_score_zrob(c(0,0.1,2,1,3,2.5,2,.5,6,4,100))

transx documentation built on Nov. 27, 2020, 5:08 p.m.