CDistributions Class Reference
Collection of
Distributions. More...
#include <cutility.h>
List of all
members.
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:
|