Maturing lifecycle

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

out_score_zrob(c(0,0.1,2,1,3,2.5,2,.5,6,4,100))
#> [1] -0.6065920 -0.5762624 0.0000000 -0.3032960 0.3032960 0.1516480 #> [7] 0.0000000 -0.4549440 1.2131840 0.6065920 NA