|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- type of the random variable@ALDMetaInfo(export=ALLOWED) public interface EvaluatableDistribution<T>
Interface for distributions that can be evaluated for each realization x of its random variable X. Evaluation means P(X=x)
Method Summary | |
---|---|
double |
p(T x)
Evaluate p(X) at location x. |
Method Detail |
---|
double p(T x)
x
- realization of random variable X
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |