16 #ifndef uniformDistribution_H
17 #define uniformDistribution_H
19 #include "Distribution.h"
66 double moment(
int order );
82 double cdf(
double x );
86 double ccdf(
double x );
117 void write( FILE *out,
int mode );
121 #endif // uniformDistribution_H
A class for representing probability distributions.
Definition: Distribution.h:44