Statistics for MySQL  1.1
 All Classes Files Functions Variables Typedefs Macros Pages
Public Attributes | List of all members
stddevw_pop_storage Struct Reference

Storage for weighted standard deviation of population. More...

Collaboration diagram for stddevw_pop_storage:
Collaboration graph

Public Attributes

int argc
 number of arguments
 
double count
 Counter.
 
double sumX
 Sum of x.
 
double sumXX
 Sum of x^2.
 

Detailed Description

Storage for weighted standard deviation of population.

Definition at line 37 of file stddevw_pop.c.


The documentation for this struct was generated from the following file: