numvec_feature_statistics {tspmeta} | R Documentation |
Computes statistics from a vector of of values.
Description
E.g. computes features from distribution of distances. Computed statistics: min, median, mean, max, sd, span, coeff_of_var.
Usage
numvec_feature_statistics(x, name, na.rm = TRUE)
Arguments
x |
[ |
name |
[ |
na.rm |
[ |
Value
[list
]
Elements are named <name_statistic>.
[Package tspmeta version 1.2 Index]