Ideation Project DA Ruwe
This program provides us with an agent based simulation of an ideation game.
 All Classes Functions Variables
Static Public Member Functions
ideation.TruncatedNormalDistribution Class Reference

Implements the standard and non standard probability density function (pdf) and cumulative distribution function (cdf) for truncated normal distributions. More...

List of all members.

Static Public Member Functions

static double pdf (double mean, double variance, double left, double right, double x)
static double cdf (double mean, double variance, double left, double right, double x)
static void main (String args[])

Detailed Description

This class uses the class NormalDistribution.

Accuracies:

The accuracies of these methods are solely dependant on the accuracy of the parent class ideation.NormalDistribution

Author:
Ruediger Ruwe <ruediger.ruwe @ rwth-aachen.de>
Version:
1.0
Since:
10.08.2012

The documentation for this class was generated from the following file:
 All Classes Functions Variables