/[Apache-SVN]
ViewVC logotype

Revision 140848


Jump to revision: Previous Next
Author: tobrien
Date: Wed May 21 14:21:15 2003 UTC (21 years, 6 months ago)
Changed paths: 7
Log Message:
Commited patch for issue 20112 from Phil Steitz.

EmpiricalDistribution -- represents an empirical probability distribution and
supports generation of data values that are "like" values in an input file
without making any assumptions about the functional form of the probability
distribution that the data come from.   This is useful in simulation
applications where historical data about component performance are
available but do not follow standard distributions (or any application that
requires random data generation from an empirical distribution). Also
generates data for grouped frequency histograms based on the input file.

ValueServer -- a wrapper for RandomData and EmpiricalDistribution that
generates values in each of the following modes:
  * DIGEST_MODE -- uses an empirical distribution
  * REPLAY_MODE -- replays data from an input file
  * UNIFORM_MODE -- generates uniformly distributed random values
  * EXPONENTIAL_MODE -- generates exponentially distributed random
                        values
  * GAUSSIAN_MODE -- generates Gaussian distributed random values
  * CONSTANT_MODE -- returns the same value every time.


Changed paths

Path Details
Directoryjakarta/commons/proper/math/trunk/project.xml modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/EmpiricalDistribution.java added
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/EmpiricalDistributionImpl.java added
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/ValueServer.java added
Directoryjakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/EmpiricalDistributionTest.java added
Directoryjakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/ValueServerTest.java added
Directoryjakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/testData.txt added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26