Maturing lifecycle

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))
#> [1] -0.3723176 -0.3689357 -0.3046794 -0.3384985 -0.2708603 -0.2877698 #> [7] -0.3046794 -0.3554080 -0.1694030 -0.2370412 NA