Statistics for MySQL  0.9
Public Attributes
skewness_samp_storage Struct Reference

Storage for sample 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 sample moment coefficient of skewness.

Definition at line 36 of file skewness_samp.c.


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