LightJason - AgentSpeak(L++)
Package org.lightjason.agentspeak.action.builtin.math.statistic

Classes

class  CAddStatisticValue
 action to push a values to the statistic object. More...
 
class  CClearStatistic
 action to clears the statistic. More...
 
class  CCreateDistribution
 creates a distribution object. More...
 
class  CCreateStatistic
 action to create a statistic. More...
 
class  CExponentialSelection
 action to define a fitness-proportinate-selection mechanism. More...
 
class  CLinearSelection
 action to define a exponential fitness-proportinate-selection mechanism. More...
 
class  CMultiplePercentile
 returns percentile value. More...
 
class  CMultipleStatisticValue
 gets multiple statistic values of a single statistic object. More...
 
class  CRandomSample
 create a (set) of random values. More...
 
class  CRandomSimple
 create a (set) of simple random values. More...
 
class  CSinglePercentile
 returns for any static object a percentile value. More...
 
class  CSingleStatisticValue
 gets a single statistic value of multiple statistic objects. More...
 
enum  EStatisticValue
 enum of statistic value types More...
 
class  ISelection
 abstract class for creating a selection one element of a list based on a fitness weight More...