41 #include "../Random/RandomTools.h" 42 #include "../../Utils/MapTools.h" 56 min_((min<max)?min:max),
57 max_((min<max)?max:min)
Partial implementation of the DiscreteDistribution interface.
This class allows to perform a correspondence analysis.
void setLowerBound(double lowerBound, bool strict)
The parameter list object.
AbstractDiscreteDistribution & operator=(const AbstractDiscreteDistribution &adde)
A partial implementation of the Parametrizable interface.
virtual void discretize()
Discretizes the distribution in equiprobable classes.
AbstractParameterAliasable & operator=(const AbstractParameterAliasable &ap)
void setUpperBound(double upperBound, bool strict)
IntervalConstraint intMinMax_
the interval where the distribution is defined/restricted.