home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c129 / 1.ddi / SUMSTATS.H < prev    next >
Encoding:
Text File  |  1989-05-12  |  238 b   |  6 lines

  1. void SummaryStats(float *dataset, int numobs, int numcol,
  2.               float *minima, float *maxima, float *range,
  3.               float *sumxx, float *mean,float *variance,
  4.               float *stddev, float *semean, float *mode);
  5.  
  6.