out_score_z {transx}R Documentation

Detect outliers with zscore

Description

Maturing lifecycle

Usage

out_score_z(x, cutoff = 3, fill = NA, ...)

Arguments

x

⁠[univariate vector]⁠

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

cutoff

⁠[numeric(1): 3]⁠

fill

⁠[numeric or function: NA]⁠

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

...

Further arguments passed to score.

Examples

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


[Package transx version 0.0.1 Index]