|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpdf.PDF
locator.CompoundPdf
A compound PDF over some PFDs. The formula is: $ \overline{p(x)} = frac{\prod_{i=1}^{n}p_i(x)}{\sum_x\sum_y\sum_z \prod^{n}_{i=1} p_i(x)}$ The implementation is not efficient.
| Field Summary |
| Fields inherited from class pdf.PDF |
area |
| Constructor Summary | |
CompoundPdf(java.util.Vector pdfs)
The constructor. |
|
| Method Summary | |
Cartesian |
getPointOfMaxProbability()
|
Probability |
getProbability(Cartesian coordinates)
|
| Methods inherited from class pdf.PDF |
checkArea, getArea, print |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CompoundPdf(java.util.Vector pdfs)
pdfs - vector of PDF objects| Method Detail |
public Probability getProbability(Cartesian coordinates)
throws AreaException
getProbability in class PDFAreaExceptionpublic Cartesian getPointOfMaxProbability()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||