Coefficient of variation Computes the coefficient of variation of a data sample where is the standard deviation and is the mean of our data. Syntax coefficient_of_variation(Statistics_data) Description coefficient_of_variation(Statistics_data) Given a data sample , computes its coefficient of variation. Related functions Mean, Standard deviation, Standard deviation_n Table of Contents Syntax Description Related functions