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

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

Collaboration diagram for stddevw_samp_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 sample.

Definition at line 38 of file stddevw_samp.c.


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