|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Distribution
Distribution is an interface for a distribution class. It describes two methods, which every distribution must have
| Method Summary | |
|---|---|
double |
getProbability(double x)
This method returns the density of the given distribution at the specified value |
java.lang.String |
toString()
Should return an textual representation of the distribution. |
| Method Detail |
|---|
double getProbability(double x)
x - the value which density shall be returnedjava.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||