This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

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.