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

Storage for corr function. More...

Collaboration diagram for corr_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 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 37 of file corr.c.


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