|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprobability_distribution.ProbabilityDist
public abstract class ProbabilityDist
This abstract class defines the method that a probability distribution should provide.
Constructor Summary | |
---|---|
ProbabilityDist()
|
Method Summary | |
---|---|
abstract double |
FInverse(double x)
Every Probability Distribution should include a function which returns the inverse of probability function |
double |
getNextValue()
For example, producing a collection of 100 numbers by invoking this method 100 times, will produce a collection of numbers that conform to a specific probability distribution. |
double |
getTimeToNextEvent()
Just an alias for getNextValue. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProbabilityDist()
Method Detail |
---|
public double getNextValue()
public final double getTimeToNextEvent()
public abstract double FInverse(double x)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |