The Complete SPRLIB & ANNLIB

DISTRIBUTION

- data structure holding a data set's distribution information

SYNOPSIS

typedef struct distribution

{

long Type; Data set distribution type.

double Mean; Data set distribution mean value.

double Min; Data set distribution minimum value.

double Max; Data set distribution maximum value.

double Variance; Data set distribution variance.

} DISTRIBUTION;

NOTE

This structure is used by the structure STATISTICS, which in turn is included into the DATASET-structure.

SEE ALSO

STATISTICS, DATASET

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998