Storage for weighted standard deviation of population. 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 population.
Definition at line 37 of file stddevw_pop.c.