|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
P
- the type of the point at which density is to be computed, this
may be for example Double
public interface HasDensity<P>
Interface that signals that a distribution can compute the probability density function for a particular point.
Method Summary | |
---|---|
double |
density(P x)
Compute the probability density function. |
Method Detail |
---|
double density(P x) throws MathException
x
- point for which the probability density is requested
MathException
- if probability density cannot be computed at specifed point
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |