|
||||||||||
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 LogEvaluatableDistribution<T>
Interface for distributions that can be evaluated for each realization x of its random variable X. Evaluation returns the natural logarithm of P(X=x).
Method Summary | |
---|---|
double |
log_p(T x)
Evaluate natural logarithm of p(X) at location x. log(P(X=x)) |
Method Detail |
---|
double log_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 |