Storage for weighted standard deviation of sample. More...
Public Attributes | |
int | argc |
number of arguments | |
double | count |
Counter. | |
double | sumX |
Sum of x. | |
double | sumXX |
Sum of x^2. | |
Storage for weighted standard deviation of sample.
Definition at line 38 of file stddevw_samp.c.