My Project
 All Classes Files Functions Variables
InverseCDFDistribution.h
Go to the documentation of this file.
1 #ifndef INVERSECDFDRIBUTION_H
2 #define INVERSECDFDRIBUTION_H
3 
4 #include "DistributionBehavior.h"
5 #include "Points.h"
6 
7 // Class for the method using Inverse CDF
9 {
10 public:
13  void distribute();
14 
15 private:
16  Points* m_Points;
17 };
18 #endif