singularize: Normalize anomalies metrics and (eventually) stack them

Description Usage Arguments

View source: R/singularize.R

Description

singularize derives normalized/standardized versions of different weirds contained in a stranger object so that they are directly comparable and then propose various aggregated measures (stacking).

Usage

1
2
singularize(strangerObject, methods = c("norm", "rank"), stacks = c("max",
  "avg", "min", "damavg", "pruavg"), prefix = "N_anom", ...)

Arguments

strangerObject

An object build with stranger or strangest

methods

character vector of standardization methods: norm (normalize) and rank (ranking version). By default, both methods are used.

stacks

character vectors of stacked versions. Note that some methods require more than 2 weirds metrics to be used

prefix

default prefix used to name generated new metrics

...

Additional parameters - Currently not used.


stranger documentation built on March 18, 2018, 2:01 p.m.