Statistics for MySQL  0.9
Public Attributes
corr_storage Struct Reference

Storage for corr function. 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 sumXY
 Sum of x * y.
double sumY
 Sum of y.
double sumYY
 Sum of y^2.

Detailed Description

Storage for corr function.

Definition at line 35 of file corr.c.


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