numvec_feature_statistics: Computes statistics from a vector of of values.

Description Usage Arguments Value

View source: R/numvec_feature_statistics.R

Description

E.g. computes features from distribution of distances. Computed statistics: min, median, mean, max, sd, span, coeff_of_var.

Usage

1

Arguments

x

[numeric]
Numeric vector.

name

[numeric]
Prefix name for elements in result list.

na.rm

[logical(1)]
Should NAs in x be removed? Default is TRUE.

Value

[list] Elements are named <name_statistic>.


tspmeta documentation built on May 2, 2019, 2:43 a.m.