IRISLIB database
_.ZEN.Report.Aggregate Namespace Reference

Documentation for the _.ZEN.Report.Aggregate package. More...

Classes

class  Correlation
 
class  CountDistinct
 Aggregate for counting the number of distinct values in a set of data. More...
 
class  Covariance
 
class  LinearRegression
 Calculate linear regression information about X,Y data set return as List Base class for MDX Linear Regression Functions. More...
 
class  LinRegIntercept
 
class  LinRegR2
 
class  LinRegSlope
 
class  LinRegVariance
 
class  LinRegWithStorage
 
class  Median
 Aggregate for the median of a set of numerical data. More...
 
class  Mode
 Aggregate for computing the statistical mode (most frequent observation) of a set of data. More...
 
class  Percentile
 Aggregate for the percentile of a set of numerical data. More...
 
class  PercentileRank
 Aggregate for the percentile rank of a set of numerical data. More...
 
class  StDev
 Standard deviation ("sub population") Aggregate. More...
 
class  StDevP
 Standard deviation ("whole population") Aggregate. More...
 
class  Var
 Variance (sub-population) Aggregate. More...
 
class  VarP
 VarP (whole population) Variance aggregate. More...
 

Detailed Description

Documentation for the _.ZEN.Report.Aggregate package.