Function rc_vector_std_dev#

Function Documentation#

double rc_vector_std_dev(rc_vector_t v)#

Returns the standard deviation of the values in a vector.

Parameters:

v[in] User’s vector struct

Returns:

Returns the standard deviation or prints and error message and return -1.0f on error.