|
|||||||||
| Home >> All >> riso >> [ distributions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
riso.distributions
Class TrivialPosteriorHelper

java.lang.Objectriso.distributions.TrivialPosteriorHelper
- All Implemented Interfaces:
- PosteriorHelper, java.io.Serializable
- public class TrivialPosteriorHelper
- extends java.lang.Object
- implements PosteriorHelper
- extends java.lang.Object
| Constructor Summary | |
TrivialPosteriorHelper()
|
|
| Method Summary | |
Distribution |
compute_posterior(Distribution pi,
Distribution lambda)
|
static riso.general.SeqTriple[] |
description()
Returns a description of the sequences of distributions accepted by this helper -- namely exactly one AbstractDistribution followed by one Noninformative. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
TrivialPosteriorHelper
public TrivialPosteriorHelper()
| Method Detail |
description
public static riso.general.SeqTriple[] description()
- Returns a description of the sequences of distributions accepted
by this helper -- namely exactly one AbstractDistribution
followed by one Noninformative.
compute_posterior
public Distribution compute_posterior(Distribution pi, Distribution lambda) throws java.lang.Exception
- Specified by:
compute_posteriorin interfacePosteriorHelper
|
|||||||||
| Home >> All >> riso >> [ distributions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
riso.distributions.TrivialPosteriorHelper