1 #ifndef uniformDistribution_H
2 #define uniformDistribution_H
4 #include "Distribution.h"
51 double moment(
int order );
67 double cdf(
double x );
71 double ccdf(
double x );
102 void write( FILE *out,
int mode );
106 #endif // uniformDistribution_H
A class for representing probability distributions.
Definition: Distribution.h:44