Statistics for MySQL  0.9
Public Attributes
skewness_pop_storage Struct Reference

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

List of all members.

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 35 of file skewness_pop.c.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Defines