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

Storage for population moment coefficient of skewness. More...

Collaboration diagram for skewness_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.
 
double sumXXX
 Sum of x^3.
 

Detailed Description

Storage for population moment coefficient of skewness.

Definition at line 37 of file skewness_pop.c.


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