Reinforcement Learning Toolbox 2.0
last updated:
General
Documentation
Manual
Tutorial
Class Reference
Master Thesis
Examples
Related Papers
Downloads
Links
News
mailto:webmaster
Main Page     Class Hierarchy   Compound List   File List   Compound Members   File Members

CDistributions Class Reference

Collection of Distributions. More...

#include <cutility.h>

List of all members.



Static Public Member Functions

static void  getGibbsDistribution (double beta, double *values, unsigned int numValues)
  Returns the gibs distribution (soft max).

static void  getS1L0Distribution (double *values, unsigned int numValues)
static double  getNormalDistributionSample (double mu, double sigma)
static int  getSampledIndex (double *distribution, int numValues)

Detailed Description

Collection of Distributions.

Member Function Documentation

static void CDistributions::getGibbsDistribution double  beta,
double *  values,
unsigned int  numValues
[static]
 

Returns the gibs distribution (soft max).

beta is the head, used by the formular In the values array there are given the single values. The function writes then the propability of the indices in the array.

static double CDistributions::getNormalDistributionSample double  mu,
double  sigma
[static]
 
static void CDistributions::getS1L0Distribution double *  values,
unsigned int  numValues
[static]
 
static int CDistributions::getSampledIndex double *  distribution,
int  numValues
[static]
 

The documentation for this class was generated from the following file: