My Project
Main Page
Classes
Files
File List
File Members
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
8
class
InverseCDFDistribution
:
public
DistributionBehavior
9
{
10
public
:
11
InverseCDFDistribution
(
Points
*);
12
~InverseCDFDistribution
();
13
void
distribute
();
14
15
private
:
16
Points
* m_Points;
17
};
18
#endif
Generated on Mon Apr 29 2013 21:31:04 for My Project by
1.8.3.1