Module vrp_core::algorithms::statistics[][src]

This module contains some statistic related functionality.

Functions

get_cv

Returns coefficient variation.

get_mean

Gets mean of values.

get_stdev

Returns standard deviation.

get_variance

Returns variance.

relative_distance

Calculates relative distance between two vectors. As weights are not normalized, apply standardization using relative change: D = |x - y| / max(|x|, |y|)